File:  [parser3project] / parser3 / www / htdocs / Attic / _bug.xsl
Revision 1.15.18.1: download - view: text, annotated - select for diffs - revision graph
Sun Apr 9 12:25:05 2006 UTC (20 years, 3 months ago) by paf
Diff to: branchpoint 1.15: preferred, unified
! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
+ $response:field[] setting void means removing
+ grammar $name` name stops now, for mysql `$field`
+ started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
+ all log messages += [uri=, method=, cl=]

<?xml version="1.0" encoding="windows-1251" ?>

<!DOCTYPE xsl:stylesheet SYSTEM "symbols.ent">

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
          xmlns:math="http://exslt.org/math"
	>
<!--method="html"-->

<xsl:output 
	method="html"
    omit-xml-declaration="no"
    encoding="windows-1251"
	/>
	
	<xsl:template match="/">
		<html>
		<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>
	</xsl:template>
	
	
</xsl:stylesheet>

E-mail: