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

Re: <xsl:value-of ...> as value of HTML attribute

Subject: Re: <xsl:value-of ...> as value of HTML attribute
From: Toivo Lainevool <tlainevool@xxxxxxxxx>
Date: Fri, 23 Jun 2000 15:06:42 -0700 (PDT)
xsl value of html quotes
The problem is that it isn't legal to include an element inside of a attribute
value.  You need to use the xsl:attribute and xsl:element elements, like so:

<xsl:template match="Code">
    <xsl:element name="option">
        <xsl:attribute name="value">
             <xsl:value-of select="Effect"/>
        </xsl:attribute>
        <xsl:value-of select="Display"/>
    </xsl:element>
</xsl:template>

Toivo Lainevool
http://www.xmlpatterns.com


--- Heather Lindsay <heather.lindsay@xxxxxxxxxxxxx> wrote:
> hi all,
> 	I'm pretty sure that this question has already been answered but I
> haven't been able to find the answer in the FAQ or in the archives.  Below
> is the snippet of code which I'm having a problem with.  I know it has to do
> with having double quotes inside of double quotes but I'm not sure how to
> fix the problem.  
> 
> This is what I want to do:
> <xsl:template match="Code">
> 	<option value="<xsl:value-of select="Effect"/>"><xsl:value-of
> select="Display"/></option>
> </xsl:template>
> 
> 
> I have tried putting single instead of double quotes like: <option
> value='<xsl:value-of select="Effect"/>'> .
> but this doesn't seem to work either.
> 
> Any suggestions would be greatly appreciated.  
> 
> 	Thanks as always,
> 	Heather
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/


 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.