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

Encoding problem

Subject: Encoding problem
From: "David Halsted" <halstedd@xxxxxxxxxx>
Date: Sat, 29 Jan 2000 17:57:14 -0500
david halsted
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
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.