|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:value-of, not shows html tags
Hi Qazi, > <xsl:variable name="QHelp"><b>Preblem : </b>this is solution <br/> > more text here </xsl:variable> > > when is output this variable, I cant see the my text bold and no > <br> works. what is the problem with this , i use <xsl:value-of > select="$QHelp"/> Use <xsl:copy-of> rather than <xsl:value-of>. <xsl:value-of> gives you the string value of whatever you select, and the string value of something is always a plain string without any structure. <xsl:copy-of> gives you an exact copy of whatever you select. Cheers, Jeni --- Jeni Tennison http://www.jenitennison.com/ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








