File:  [parser3project] / parser3 / www / htdocs / Attic / _bug.xsl
Revision 1.14: download - view: text, annotated - select for diffs - revision graph
Wed Dec 8 08:45:13 2004 UTC (21 years, 7 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4, HEAD
bugfix: mail body now cstr-ed knowing mail charset, and untainting uri lang now knows proper charset

<?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"
	>
<!--method="html"-->

<xsl:output 
    omit-xml-declaration="no"
    encoding="windows-1251"
	/>
	
	<xsl:template match="/">
		<html>
		// 
		z
			<xsl:copy-of select="."/>
			<br/>
			<a href="str:encode-uri('москва',1)">aaa</a>
		</html>
	</xsl:template>
	
	
</xsl:stylesheet>

E-mail: