Annotation of parser3/www/htdocs/_bug.xsl, revision 1.1

1.1     ! paf         1: <?xml version="1.0" encoding="windows-1251" ?>
        !             2: 
        !             3: <!DOCTYPE xsl:stylesheet SYSTEM "symbols.ent">
        !             4: 
        !             5: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
        !             6: 
        !             7: <xsl:output 
        !             8:        method="html"
        !             9:        omit-xml-declaration="no"
        !            10:        doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
        !            11:        doctype-system="DTD/xhtml1-strict.dtd"
        !            12:        />
        !            13:        
        !            14:        <xsl:template match="/doc">
        !            15:                <html>
        !            16:                <head/>
        !            17:                passed<br/>
        !            18:                </html>
        !            19:        </xsl:template>
        !            20:        
        !            21: </xsl:stylesheet>

E-mail: