Annotation of parser3/www/htdocs/_bug.xsl, revision 1.5
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: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
10: doctype-system="DTD/xhtml1-strict.dtd"
11: />
1.5 ! paf 12: <!-- encoding="koi8-r" <<influences .save encoding-->
1.1 paf 13:
14: <xsl:template match="/doc">
15: <html>
16: <head/>
1.4 paf 17: <xsl:value-of select="."/> - в шаблоне<br/>
1.1 paf 18: </html>
19: </xsl:template>
1.4 paf 20:
1.1 paf 21:
22: </xsl:stylesheet>
E-mail: