[Bug 5210] Not valid soap response (not xml)

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5210

           Summary: Not valid soap response (not xml)
           Product: Validator
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: check
        AssignedTo: dave.null@w3.org
        ReportedBy: directeur@gmail.com
         QAContact: www-validator-cvs@w3.org


Hi,
When i try to validate this website http://titax.fr and retrieve the soap
output, there's sevral erros in that output which make it not xml valid:
http://validator.w3.org/check?uri=http://titax.fr
Look at this error:
Line 913, Column > 80: XML Parsing Error: AttValue: " or ' expected. (see the >
before 80?) 
this is reproduced in the soap output like this:

<m:error>
                <m:line>913</m:line>
                <m:col>> 80</m:col>   <<=== xml error occured here              
                <m:message>XML Parsing Error:  AttValue: &quot; or &#39;
expected</m:message>
                <m:messageid>xmlwf</m:messageid>
                ...
</m:error>

Received on Thursday, 18 October 2007 23:55:30 UTC