<?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>47</bug_id>
          
          <creation_ts>2002-10-27 09:10:47 +0000</creation_ts>
          <short_desc>Output refers to &quot;Strict&quot; for a &quot;Transitional&quot; file.</short_desc>
          <delta_ts>2013-03-26 10:11:39 +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.6.0b2</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>4</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Terje Bless">link</reporter>
          <assigned_to name="Terje Bless">link</assigned_to>
          <cc>lavacochesnely</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>78</commentid>
    <comment_count>0</comment_count>
    <who name="Terje Bless">link</who>
    <bug_when>2002-10-27 09:10:47 +0000</bug_when>
    <thetext>Reported by Björn Höhrmann &lt;derhoermi@gmx.net&gt;:

I tried to validate http://www.websitedev.de/xhtml/xhtml1/ as ISO-8859-1
encoded XHTML 1.0 Transitional document. The validator responds

  * DOCTYPE Override in effect! Any DOCTYPE Declaration in the document
    has been suppressed and the DOCTYPE for «XHTML 1.0 Transitional»
    inserted instead. The document will not be Valid until you alter the
    source file to reflect this new DOCTYPE. 

  The document located at &lt;URL:http://www.websitedev.de/xhtml/xhtml1/&gt;
  would validate as XHTML 1.0 Strict if you updated it to match the
  Options used.

Yes, the page would validate es XHTML 1.0 Strict, but who
cares about that? It has a XHTML 1.0 Transitional document type
declaration and I selected &quot;override&quot; to XHTML 1.0 Transitional [...].</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82</commentid>
    <comment_count>1</comment_count>
    <who name="Terje Bless">link</who>
    <bug_when>2002-10-27 09:41:22 +0000</bug_when>
    <thetext>Correction: The file has a _Strict_ doctype, not a Transitional one, but the
output should still refer to the Transitional DTD as that&apos;s what we actually
tried to Validate against.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>83</commentid>
    <comment_count>2</comment_count>
    <who name="Terje Bless">link</who>
    <bug_when>2002-10-27 10:09:23 +0000</bug_when>
    <thetext>&amp;preparse was being too clever for it&apos;s own good and bailing out early if it had
already seen a DOCTYPE. Since we call &amp;preparse both before and after
&amp;supress_doctype, the new DOCTYPE was never seen by &amp;preparse.

&amp;preparse now resets DOCTYPE, Root element, and Charset before it starts parsing
the document.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>