|
|
| version 1.3, 2004/02/18 12:46:49 | 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"--> | |
| <xsl:output | <xsl:output |
| method="html" | method="html" |
| doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" | omit-xml-declaration="no" |
| doctype-system="DTD/xhtml1-strict.dtd" | encoding="windows-1251" |
| /> | /> |
| <xsl:template match="/doc"> | <xsl:template match="/"> |
| <html> | <html> |
| <head/> | <br/> |
| мычит<br/> | <rnd><xsl:value-of select="math:random()"/></rnd> |
| <sin><xsl:value-of select="math:sin(263)"/></sin> | |
| // | |
| z | |
| <xsl:copy-of select="."/> | |
| <br/> | |
| <a href="str:encode-uri('москва',1)">aaa</a> | |
| </html> | </html> |
| </xsl:template> | </xsl:template> |
| </xsl:stylesheet> | |
| </xsl:stylesheet> | |