[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Append Attribute


Subject: Re: [xsl] Append Attribute
From: xptm <xptm@xxxxxxx>
Date: Sun, 14 Nov 2004 12:52:08 +0000

Look at xsl:element / xsl:attribute. And Attribute Value Templates (AVT) too.

Karl J. Stubsjoen wrote:

Hello,
Using xsl:attribute (or similar), is there a way to append an attribute to
an existing attribute set?

Example:
 <div class="my_div">
     <xsl:attribute name="class">big_font</xsl:attribute>
 </div>

Desired Output:
 <div class="my_div big_font">
 </div>



Karl
"mso - It's Real Time!"
www.meetscoresonline.com

Try! www.desktop.google.com


Current Thread