Page 1 of 1

Parser warning xml

Posted: Fri Jul 19, 2013 5:21 am
by DarkF@der
Hello,

I see this sometimes in my httpd error_log:

Code: Select all

body.xml:2: parser warning : xmlns: DAV: not a valid URI
<propfind xmlns="DAV:"><prop>
                      ^
body.xml:3: parser warning : xmlns: DAV: not a valid URI
<resourcetype xmlns="DAV:"/>
                          ^
body.xml:5: parser warning : xmlns: DAV: not a valid URI
<getcontenttype xmlns="DAV:"/>
                            ^
body.xml:2: parser warning : xmlns: DAV: not a valid URI
<propfind xmlns="DAV:"><prop>
                      ^
body.xml:3: parser warning : xmlns: DAV: not a valid URI
<resourcetype xmlns="DAV:"/>
                          ^
body.xml:5: parser warning : xmlns: DAV: not a valid URI
<getcontenttype xmlns="DAV:"/>

How i can find which domain is generating this error?


Thanks in advanced.

Re: Parser warning xml

Posted: Wed Jul 31, 2013 9:53 am
by DarkF@der
First one is soveld.

i find it with grep -r

But this one i can't find:

Code: Select all

body.xml:1: parser error : EntityRef: expecting ';'
60GB-3G-Radeon-HD3650-Win7-WIFI-BT/330971627230?_trksid=p2045573.m2042&_trkparms
                                                                               ^
body.xml:1: parser error : EntityRef: expecting ';'
60GB-3G-Radeon-HD3650-Win7-WIFI-BT/330971627230?_trksid=p2045573.m2042&_trkparms
                                                                               ^
body.xml:1: parser error : EntityRef: expecting ';'
60GB-3G-Radeon-HD3650-Win7-WIFI-BT/330971627230?_trksid=p2045573.m2042&_trkparms
                                                                               ^
body.xml:1: parser error : EntityRef: expecting ';'
60GB-3G-Radeon-HD3650-Win7-WIFI-BT/330971627230?_trksid=p2045573.m2042&_trkparms
I see alot of these messages in httpd error_log

I tryed with grep & find etc etc. I can't find wich domain generating this error.
Again some help will be nice i need to find wich domain is creating these error.

Thanx