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

Re: sax2, ignorable whitespace

  • From: "David Megginson" <david.megginson@g...>
  • To: "Dave Pawson" <davep@d...>
  • Date: Tue, 21 Nov 2006 06:58:12 -0500

Re:  sax2
On 20/11/06, Dave Pawson <davep@d...> wrote:

>    Manos suggested (offlist) dumping input to the characters() callback
> which is ws only. Nice and simple.

That will work with some parsers and not others -- it all depends on
how they chunk their whitespace.  For example, if you have the text
input "a b\nc d", all of the following sequences of calls to
characters would be possible (along with a few others):

"a b\nc d"
"a b","\n","c d"
"a"," ","b","\n","c"," ","d"
"a ","b\n","c ","d"
(etc.)

If the parser you're happening to use chunks whitespace so that Mano's
suggestion works, feel free to use it, but remember that (a) you're
relying on an undocumented feature that could change with the next
parser upgrade, and (b) there's a good chance that your app will break
if you change to a different SAX parser.


All the best,


David


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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.