|
|
| version 1.6, 2004/02/20 10:57:55 | version 1.14, 2004/12/08 08:45:13 |
|---|---|
| Line 2 | Line 2 |
| <!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 |
| method="html" | omit-xml-declaration="no" |
| doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" | encoding="windows-1251" |
| doctype-system="DTD/xhtml1-strict.dtd" | |
| /> | /> |
| <!-- encoding="koi8-r" <<influences .save encoding--> | |
| <xsl:template match="/doc"> | <xsl:template match="/"> |
| <html> | <html> |
| <head/> | // |
| <xsl:value-of select="."/> - в шаблоне<br/> | z |
| <тег атрибут="значение"/> | <xsl:copy-of select="."/> |
| <br/> | |
| <a href="str:encode-uri('москва',1)">aaa</a> | |
| </html> | </html> |
| </xsl:template> | </xsl:template> |