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

RE: Techniques for transforming content like

Subject: RE: Techniques for transforming content like
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 24 Jul 2003 21:29:50 +0100
RE:  Techniques for transforming content like
the recommended solution to this problem is normally to ask the supplier
to fix the input docs not to have the xml quoted.


failing that... several people have posted xsl templates to do a rough
parsing job, or, if you are in a situation where it is supported you can
do <xsl:value-of disable-output-escaping="yes" select="."/>
which will output the < character in that text node as < so appear tio a
subsequent parse as the start of an element.

Or some systems (eg saxon) have extension functions that give you access
to a real xml parser so you can give teh text of teh element to the
extension function and get a node set back.

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.