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

Re: Using value-of to extract non-escaped characters

Subject: Re: Using value-of to extract non-escaped characters
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Sun, 31 Mar 2002 19:01:43 +0200
Re:  Using value-of to extract non-escaped characters
Ralph Holz wrote:
Sure, but I'll post all the code and the XML file. I hope that it is readable on your e-mail clients.

I don't get a line where the error occurs, sorry.

Get yourself another XSL procesor. (ObComment about MSXML deleted) The problem is, as expected, here:
<xsl:attribute name="{$value}"><xsl:value-of select="value" /></xsl:attribute>

You try to create an attribute with the name #334466 (or something) which is not allowed. Actually, what are you trying to achive? There is a heck of a lot of code doing somthing or something else with your parameters. I believe you want this: <xsl:attribute name="{$name}"><xsl:value-of select="value" /></xsl:attribute> YMMV.

J.Pietschmann


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.