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

Re: Create XML


xml amp lt os x
J.Pietschmann wrote:
>> I'm certainly not advocating that using XML APIs to create documents is
>> stupid, but surely there's a crossover point where the simplicity of the
>> result doesn't justify the added complexity of an XML API compared to 
>> just
>> building a string?
>>
>> Or have I just committed heresy? :-)

There's one essential piece of extra software beyond print statements 
that you need: an escape() function that takes care of & and < and ' and ".

My single biggest practical problem in generating XML, particularly in 
big systems, is that occasionally other parts of the system send you 
already-escaped data, i.e. with &amp; and &lt; already there.  The 
resulting breakage can be not only weird but highly intermittent and 
thus hard to track down.  So you need to have pretty rigorous discipline 
in distinguishing between literal and XML-syntaxified text.  Note that 
having an XML API won't help you if you unexpectedly feed it 
already-escaped data.
-- 
Cheers, Tim Bray
         (ongoing fragmented essay: http://www.tbray.org/ongoing/)



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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.