vmassol 2002/08/27 14:44:48
Modified: documentation/docs/xdocs/misc junit-noframes.xsl
documentation/docs/xdocs changes.xml
Log:
The encoding in the sample junit-noframes XSL stylesheet was set to be "US-ASCII".
It is now set to "UTF-8". Apparently, XSLT processors are only required to support
utf-8 and utf-16, the rest is processor specific. For example your processor might
spupport US-ASCII-7 and others might support US-ASCII. Thanks to Robert Koberg for the
explanation!
Revision Changes Path
1.2 +1 -1 jakarta-cactus/documentation/docs/xdocs/misc/junit-noframes.xsl
Index: junit-noframes.xsl
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/misc/junit-noframes.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- junit-noframes.xsl 14 May 2002 22:28:05 -0000 1.1
+++ junit-noframes.xsl 27 Aug 2002 21:44:47 -0000 1.2
@@ -1,5 +1,5 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
+<xsl:output method="html" indent="yes" encoding="UTF-8"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />
<!--
The Apache Software License, Version 1.1
1.40 +8 -0 jakarta-cactus/documentation/docs/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- changes.xml 25 Aug 2002 16:15:45 -0000 1.39
+++ changes.xml 27 Aug 2002 21:44:47 -0000 1.40
@@ -48,6 +48,14 @@
</devs>
<release version="1.5" date="- in CVS">
+ <action dev="VMA" type="fix" due-to="Dave Hoover"
due-to-email="[EMAIL PROTECTED]">
+ The encoding in the sample <code>junit-noframes</code> XSL
+ stylesheet was set to be "US-ASCII". It is now set to "UTF-8".
+ Apparently, XSLT processors are only required to support utf-8
+ and utf-16, the rest is processor specific. For example your
+ processor might spupport US-ASCII-7 and others might support
+ US-ASCII. Thanks to Robert Koberg for the explanation!
+ </action>
<action dev="VMA" type="add">
Added support for client side <code>begin(...)</code>
and <code>end(...)</code> methods. They are called on the
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>