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]

Variable containing multiple nodes


I have this XSL:

  <xsl:variable name="str">
    <FONT COLOR="#FF0000">Red</FONT>
  </xsl:variable>
  <xsl:value-of select="$str">

Why does this output:

  Red

and not:

  <FONT COLOR="#FF0000">Red</FONT>

?

Ted Weatherly                         Usability Engineer, R&D
Slam Dunk Networks, Inc.                    main 650.632.5500
http://www.slamdunknetworks.com           direct 650.632.5594
email: tweather@slamdunknetworks.com         fax 650.632.5501
 

 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]