Update of /cvsroot/mvp-xml/Common/v2/test/XslReaderTests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11321/v2/test/XslReaderTests
Modified Files:
test1.xslt
Log Message:
Index: test1.xslt
===================================================================
RCS file: /cvsroot/mvp-xml/Common/v2/test/XslReaderTests/test1.xslt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test1.xslt 7 Nov 2005 13:58:19 -0000 1.1
+++ test1.xslt 19 Nov 2005 22:21:10 -0000 1.2
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<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">
+ <xsl:output encoding="utf-16"/>
<xsl:template match="/">
<out xmlns="foo" bar="" baz="a&b" xmlns:foo="http://schemas.microsoft.com/xsd/catalog">
<xsl:comment> @#$$ comment</xsl:comment>
|