Error in DTD for both XSLT 1.0 and XSLT 1.1

XSLT 1.1 W3C Working Draft 12 December 2000

5.6 Overriding Template Rules

        <!-- Category: instruction -->
        <xsl:apply-imports>
          <!-- Content: xsl:with-param* -->
        </xsl:apply-imports>

An xsl:apply-imports element may use xsl:with-param child elements to
pass parameters to the matching template rule's template

But DTD:
<!ELEMENT xsl:apply-imports EMPTY>

-- 
******************************************
<firstName> Miloslav </firstName>    
<surname>   Nic      </surname>     

<mail>    nicmila@idoox.com    </mail>   
<support> http://www.zvon.org  </support>
<zvonMailingList> 
    http://www.zvon.org/index.php?nav_id=4 
</zvonMailingList>

Received on Friday, 26 January 2001 05:52:54 UTC