[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Html tags as part of XML elements rendered as text
> <text><font face=helvetica size=2><b>this thing > costs</b><br>$219.00</font></text> > > <xsl:value-of select="text"/> > > I need to have <text> rendered as it looks like it should, as > HTML with the <font> and other elements used > in the resultant rendered HTML. This isn't how I would design the XML source, but it you must do it like this (I corrected what I assume is a typo), you can output it using <xsl:value-of select="text" disable-output-escaping="yes"/> Mike Kay 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
|