PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3047

*** shadow/3047 Thu Aug  9 19:53:38 2001
--- shadow/3047.tmp.25750       Mon Aug 13 07:41:10 2001
***************
*** 113,115 ****
--- 113,144 ----
  to see what you're talking about.
  
  Gary
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-08-13 07:41 -------
+ Sure! 
+ 
+ ---- input XML ----
+ 
+ <?xml version="1.0"?>
+ <story>
+ <text>Michael St&#252;rmer</text>
+ </story>
+ 
+ ---- input XSL ----
+ 
+ <?xml version="1.0"?>
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
+ <xsl:output method="xml" encoding="UTF-8"/>
+ <xsl:template match="story">
+ <output>
+ <text><xsl:value-of select="text"/></text>
+ </output>
+ </xsl:template>
+ </xsl:stylesheet>
+ 
+ ----output XML----
+ 
+ <?xml version="1.0" encoding="UTF-8"?>
+ <output><text>Michael St\xfcrmer</text></output>
+ 
+ This is not a valid XML file since \xfc is an invalid character

Reply via email to