|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] using xsl:copy
If I have an xml structure like this:
<catalog>
<item>
<description><b>A nice shoe</b></description>
</item>
</catalog>
and my xsl looks like this:
<xsl:template match="/catalog/item">
<xsl:copy-of select="description"/>
</xsl:template>
my HTML output is:
<description><b>A nice shoe</b></description>
How can I output the html without the <description> tags? I wish to preserve
the <b> tags which may or may not be there.
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








