[Home] [By Thread] [By Date] [Recent Entries]
In order to get a pop-up window using JavaScript I want to have formatted
text assigned to a variable.
If "ListItem" contains "some text" I get: "Before some text After" But I want: "Before <B>some text</B> After" Is it possible?
<xsl:template match = "ListItem"> Before <B> <xsl:value-of select="."/> </B> After </xsl:template> _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



