|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Using HTML tags
Hi to all. This time a "non-stupid" question... I've an XML document like this <?xml version="1.0" encoding="ISO-8859-1"?>
<items>
<object>
<name>Object name</name>
<description>Some description</description>
</object>
.
.
.
</items>Then, using XSP (and specifically FP-TAGLIB), I update the items. When typing something like "Some <b>description</b>" into the description node, the FP-TAGLIB <fp:write> encode the previous string as <description>Some <b>description</b></description> No problem. But, during the XSL transformation that produce HTML document, the "<b>" and "</b>" is not traslated, so the HTML output is "Some <b>description</b>" (without "description" in bold - as I want), because the generated HTML code is: Some <b>description</b> How can I translate the text node to produce this output: Some <b>description</b> I can't use <xsl:copy-of select="."/> because the <description> node doesn't contains a tree fragment, just a simple text. Any suggestion? Thanks, Alessio. 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








