xsl-list
[Top] [All Lists]

Re: Append Attribute

2004-11-14 05:52:08
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>