[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Encoding problem

Subject: RE: Encoding problem
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 31 Jan 2000 10:41:02 -0000
xsl value of encoding bug
You might be content but I'm not! It's a new bug, 5.1/018 for future
reference. Fixed in next version.
 
The failure actually occurs if the attribute value contains any non-ASCII
character, however expressed, and it also applies to other instructions
whose content generates text, e.g. xsl:message, xsl:comment, and
xsl:processing-instruction. It's all due to the confusion between "utf-8"
and "UTF8"... in different Java VMs.
 
Mike Kay

-----Original Message-----
From: David Halsted [mailto:halstedd@xxxxxxxxxx]
Sent: 29 January 2000 22:57
To: xsl-list@xxxxxxxxxxxxxxxx
Cc: SAXON XSL Discussion List
Subject: Encoding problem


If I do 
    <xsl:element name="input">
     <xsl:attribute name="name">name</xsl:attribute>
     <xsl:attribute name="type">text</xsl:attribute>
     <xsl:attribute name="value">
      <xsl:value-of select="@name"  />
     </xsl:attribute>
    </xsl:element>
 
and @name contains a numeric Unicode entity, Saxon chokes.  On the other
hand, if I do
 
    <input name="name" type="text" value="{@name}"/>
 
it works fine.  Thanks to Steve Tinney for the hint.  Mind you, I don't
understand why this is so, but I'm content.
 
Dave Halsted


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.