<?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>4847</bug_id>
          
          <creation_ts>2007-07-11 09:21:24 +0000</creation_ts>
          <short_desc>Error occurs with a hyper-link that has GET informacion in it</short_desc>
          <delta_ts>2007-07-11 10:15:33 +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>HEAD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://datamatrix-bg.info</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dimitar Boiadjiev">datamatrixbg</reporter>
          <assigned_to name="Olivier Thereaux">ot</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>15774</commentid>
    <comment_count>0</comment_count>
    <who name="Dimitar Boiadjiev">datamatrixbg</who>
    <bug_when>2007-07-11 09:21:24 +0000</bug_when>
    <thetext>I have the following hyper-link code on my page:
&lt;a style=&quot;background-color: #3399AA; color: #003366; &quot; href=&quot;?css=css1&amp;page=0&quot;&gt;style1&lt;/a&gt;

and the XHTML1.0 validator keeps giving me these errors:
&gt;&gt;cannot generate system identifier for general entity &apos;page&apos;
...A; color: #003366; &quot; href=&quot;?css=css1&amp;page=0&quot;&gt;style1&lt;/a&gt;&lt;br /&gt;&lt;a style=&quot;backgr
________________________________________^ (points to p in &apos;page&apos;)
&gt;&gt;general entity &quot;page&quot; not defined and no default entity. (points to p in &apos;page&apos; again)
&gt;&gt;reference not terminated by REFC delimiter.
...olor: #003366; &quot; href=&quot;?css=css1&amp;page=0&quot;&gt;style1&lt;/a&gt;&lt;br /&gt;&lt;a style=&quot;background
(points to &apos;=&apos; after &apos;page&apos;)

And many more simular errors (pointing to &apos;=&apos;, &apos;?&apos;, &apos;&amp;&apos;. (total 24 errors)
I want to know if my code really contains errors or it&apos;s a BUG in the validator.
Note: the WEB-COUNTER (error 11, line 134 (warning) to error 62, line 137 are errors that occur because of wrong code and arent validator bug related.

Thank You.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>15777</commentid>
    <comment_count>1</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2007-07-11 10:15:33 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; I want to know if my code really contains errors or it&apos;s a BUG in the
&gt; validator.

In general, if the validator says your code is wrong, you can trust that it *is* wrong. In this case in particular:

&gt; I have the following hyper-link code on my page:
&gt; &lt;a href=&quot;?css=css1&amp;page=0&quot;&gt;style1&lt;/a&gt;

Have you read the explanation that comes with the error message?
http://validator.w3.org/docs/errors.html#ve-338
[[ If you want to use a literal ampersand in your document you must encode it as &quot;&amp;amp;&quot; (even inside URLs!). ]]
In other words, replace &quot;&amp;&quot; with &quot;&amp;amp;&quot;, even in your links.
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>