<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>5210</bug_id>
          
          <creation_ts>2007-10-18 23:55:21 +0000</creation_ts>
          <short_desc>Not valid soap response (not xml)</short_desc>
          <delta_ts>2007-10-21 11:39:23 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>check</component>
          <version>0.8.2</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>0.8.3</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Karim">directeur</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>17309</commentid>
    <comment_count>0</comment_count>
    <who name="Karim">directeur</who>
    <bug_when>2007-10-18 23:55:21 +0000</bug_when>
    <thetext>Hi,
When i try to validate this website http://titax.fr and retrieve the soap output, there&apos;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 &gt; 80: XML Parsing Error: AttValue: &quot; or &apos; expected. (see the &gt; before 80?) 
this is reproduced in the soap output like this:

&lt;m:error&gt;
                &lt;m:line&gt;913&lt;/m:line&gt;
                &lt;m:col&gt;&gt; 80&lt;/m:col&gt;   &lt;&lt;=== xml error occured here                                        
                &lt;m:message&gt;XML Parsing Error:  AttValue: &amp;quot; or &amp;#39; expected&lt;/m:message&gt;
                &lt;m:messageid&gt;xmlwf&lt;/m:messageid&gt;
                ...
&lt;/m:error&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17315</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2007-10-19 14:59:22 +0000</bug_when>
    <thetext>Thanks for the report, fixed in CVS:
http://www.w3.org/mid/E1IitGN-00006v-5r%40lionel-hutz.w3.org</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17316</commentid>
    <comment_count>2</comment_count>
    <who name="Karim">directeur</who>
    <bug_when>2007-10-19 17:47:41 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; Thanks for the report, fixed in CVS:
&gt; http://www.w3.org/mid/E1IitGN-00006v-5r%40lionel-hutz.w3.org
&gt; 

Thank you for the quick reply and fix! 
I think that the problem has its origins before the soap output generation actually, 
because you&apos;ll notice that the character &gt; is also present in the html output:

Line 913, Column &gt; 80: XML Parsing Error...

Look at Colum **&gt;**. That should be 

Line 913, Column 80: XML Parsing Error...

Again thank you!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17320</commentid>
    <comment_count>3</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2007-10-19 19:12:28 +0000</bug_when>
    <thetext>&quot;Column &gt; 80&quot; is intentional, from the code:

    # working around an apparent odd limitation of libxml
    # which only gives context for lines up to 80 chars
    # http://www.w3.org/Bugs/Public/show_bug.cgi?id=4420
    # http://bugzilla.gnome.org/show_bug.cgi?id=424017

I don&apos;t see a problem with the HTML output, it is:

    &lt;em&gt;Line 913, Column &amp;gt; 80&lt;/em&gt;:

But there was a problem in ucn_output.tmpl, that&apos;s fixed in CVS now too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17323</commentid>
    <comment_count>4</comment_count>
    <who name="Karim">directeur</who>
    <bug_when>2007-10-19 21:28:10 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; &quot;Column &gt; 80&quot; is intentional, from the code:
&gt; 
&gt;     # working around an apparent odd limitation of libxml
&gt;     # which only gives context for lines up to 80 chars
&gt;     # http://www.w3.org/Bugs/Public/show_bug.cgi?id=4420
&gt;     # http://bugzilla.gnome.org/show_bug.cgi?id=424017
&gt; 
&gt; I don&apos;t see a problem with the HTML output, it is:
&gt; 
&gt;     &lt;em&gt;Line 913, Column &amp;gt; 80&lt;/em&gt;:
&gt; 

Justly, it&apos;s in that &amp;gt; character. Look at 
http://validator.w3.org/check?uri=http://titax.fr

You&apos;ll notice that all other errors are in the form:
Line 949, Column 135: there is no attribute &quot;border&quot;.
(Without that &amp;gt; before the column number)
you see what I mean?

&gt; But there was a problem in ucn_output.tmpl, that&apos;s fixed in CVS now too.
&gt; 

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17333</commentid>
    <comment_count>5</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2007-10-21 10:37:10 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; Line 913, Column &gt; 80: XML Parsing Error...

The &gt; is there to mention that the column is beyond 80.
This comes from a limitation of the XML parser.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17334</commentid>
    <comment_count>6</comment_count>
    <who name="Karim">directeur</who>
    <bug_when>2007-10-21 11:39:23 +0000</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #2)
&gt; &gt; Line 913, Column &gt; 80: XML Parsing Error...
&gt; 
&gt; The &gt; is there to mention that the column is beyond 80.
&gt; This comes from a limitation of the XML parser.
&gt; 

Ok, guys. Thank you for the information, I honnestly didn&apos;t knew that :)
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>