[xsl] Append Attribute

Subject: [xsl] Append Attribute
From: "Karl J. Stubsjoen" <karl@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 13 Nov 2004 07:18:02 -0800
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