|
|
| version 1.12, 2004/03/09 14:49:47 | version 1.15.18.1, 2006/04/09 12:25:05 |
|---|---|
| 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" |
| xmlns:math="http://exslt.org/math" | |
| > | |
| <!--method="html"--> | <!--method="html"--> |
| <!--xsl:output | <xsl:output |
| method="html" | |
| omit-xml-declaration="no" | omit-xml-declaration="no" |
| /--> | encoding="windows-1251" |
| /> | |
| <xsl:template match="/doc"> | <xsl:template match="/"> |
| <html> | <html> |
| <br/> | |
| <rnd><xsl:value-of select="math:random()"/></rnd> | |
| <sin><xsl:value-of select="math:sin(263)"/></sin> | |
| // | |
| z | |
| <xsl:copy-of select="."/> | <xsl:copy-of select="."/> |
| <br/> | <br/> |
| <a href="str:encode-uri('москва',1)">aaa</a> | |
| </html> | </html> |
| </xsl:template> | </xsl:template> |
| </xsl:stylesheet> | </xsl:stylesheet> |