[Bug 4109] The output=soap12 result returns an xml containing a non exsisting uri

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

           Summary: The output=soap12 result returns an xml containing a non
                    exsisting uri
           Product: Validator
           Version: HEAD
          Platform: All
               URL: http://validator.w3.org/check?uri=http://www.microsoft.c
                    om
        OS/Version: All
            Status: NEW
          Keywords: Usability
          Severity: major
          Priority: P2
         Component: check
        AssignedTo: ot@w3.org
        ReportedBy: hatkyinc@gmail.com
         QAContact: www-validator-cvs@w3.org


The output=soap12 result returns an xml containing a non exsisting uri:
http://www.w3.org/2005/10/markup-validator

The problem is validation on this xml is failing becouse of non exsisting uri.

A lot of php functions that read xml try to validate that the uri exsist even
if they do nothing else.

What is needed is to refer this uri to a real one or set up this uri to contain
somthing.

Seems simple, But while not fixed I need to work around this by taking the
result and changing the content, writing the file again and only then
processing it. Long and point less.

Testing uri:
http://validator.w3.org/check?uri=http://www.microsoft.com&output=soap12

Received on Wednesday, 27 December 2006 21:55:17 UTC