Parser warning xml

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
DarkF@der
Forum Regular
Forum Regular
Posts: 313
Joined: Thu May 07, 2009 12:46 pm

Parser warning xml

Unread post 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.
DarkF@der
Forum Regular
Forum Regular
Posts: 313
Joined: Thu May 07, 2009 12:46 pm

Re: Parser warning xml

Unread post 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
Post Reply