This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: newbie question: nested tags


Joe Cheng wrote:
> I'm trying to use the value-of as an attribute for an HTML tag.  Example:
> 
> <a href="<xsl:value-of select="url"/>">link</a>
> 
> There must be a way to do this, but I'm not seeing it... short of using a
> CDATA section for the markup surrounding the select, but that seems like a
> terrible hack.

&lt;a href="<xsl:value-of select="url"/>"&gt;link&lt;/a&gt;  :)

Morten




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]