|
|
| version 1.7, 2004/02/20 13:19:08 | version 1.11, 2004/03/01 12:12:28 |
|---|---|
| Line 3 | Line 3 |
| <!DOCTYPE xsl:stylesheet SYSTEM "symbols.ent"> | <!DOCTYPE xsl:stylesheet SYSTEM "symbols.ent"> |
| <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
| <!--method="html"--> | |
| <xsl:output | <!--xsl:output |
| omit-xml-declaration="no" | omit-xml-declaration="no" |
| doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" | /--> |
| doctype-system="DTD/xhtml1-strict.dtd" | |
| /> | |
| <!-- encoding="koi8-r" <<influences .save encoding--> | |
| <xsl:template match="/doc"> | <xsl:template match="/doc"> |
| <html> | <html> |
| <head/> | <xsl:copy-of select="."/> |
| <xsl:value-of select="."/> - в шаблоне<br/> | |
| <тег атрибут="значение"/> | |
| </html> | </html> |
| </xsl:template> | </xsl:template> |