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

Re: CDATA Handling

Subject: Re: CDATA Handling
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 6 Jan 2009 12:55:56 GMT
Re:  CDATA Handling
> <x>See following image: <![CDATA[abcde]]></x>

But that is spectacularly fragile markup, if the input is like that
although it looks superficially like XML it would be best not to use any
XML tools to process it, as if you pass that through an XML parser it is
going to look like <x>See following image: abcde</x>.

(Actually an XML parser, typically DOM ones, may report the presence of
CDATA sections, just as it may report other things, such as line
numbers, but that's principally for editor support, not part of the XML
infoset that an XML application can rely on extracting from an XML
document.)

Returning to XSLT, while your original question used an entire element
content as a CDATA section, and several replies pointed out ways of
getting a more or less equivalent output using CDATA sections, the form
shown here where a CDATA section is being abused to mark up a text
range, is impossible to handle in XSLT (or other XML tools) as the CDATA
section markup is not reported.

David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

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-2007 All Rights Reserved.