[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Problem retaining HTML tags during XSL transformat

Subject: Re: Problem retaining HTML tags during XSL transformation
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 10 Jan 2007 16:30:24 GMT
Re:  Problem retaining HTML tags during XSL transformat
XSLT never handles "tags" only element nodes.
You are using string operations such as xsl:value-of, substring-before
etc, when you pass a node to a function that requires a string it takes
teh string value of teh node, that is, the character data of all the
descendants of the node, ignoring any element, attribute, markup.


Ypu haven't said what you are trying to do, but it appears to be to
replace a newline by a br element. in which case you want to apply that
operation to text nodes, matching text() not to the elem element node.

David

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.