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

Re: XInclude vs SAX vs validation

  • From: Elliotte Rusty Harold <elharo@m...>
  • To: Julian Reschke <julian.reschke@g...>, xml-dev@l...
  • Date: Tue, 21 Aug 2001 12:58:37 -0400

Re: XInclude vs SAX vs validation
At 5:37 PM +0200 8/21/01, Julian Reschke wrote:
>Hi,
>
>it seems that implementing XInclude on the SAX layer is a reasonable
>approach. Not having worked a lot with SAX before, I'd approach it by
>writing a SAX filter, catching XInclude instructions and generating new SAX
>events.
>

I actually just posted a SAX filter that implements XInclude. See http://www.ibiblio.org/xml/XInclude/ 

Overall, this is doable but tricky. Handling comments correctly is a particular problem because SAX separates them into a half-supported Lexicalhandler class rather than integrating them into ContentHandler. The only API that really works well for XInclude is DOM, because the Infoset is in many ways designed around DOM and XInclude is designed around the Infoset. 

>My question is: how would this affect validation against a DTD? From my
>understanding, validation normally happens at a lower level, so it is
>already done when I receive a SAX event, right?
>

Not necessarily. Since SAX is a streaming API, the validator won't know if the document is valid until the last element has been read by which point many of your methods will have already been called. However, I'm not sure if you can easily convince the validator to wait until you've resolved an include element before checking it. It may have already tried to validate just the one element before you get it. 
-- 

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo@m... | Writer/Programmer |
+-----------------------+------------------------+-------------------+ 
|          The XML Bible, 2nd Edition (Hungry Minds, 2001)           |
|              http://www.ibiblio.org/xml/books/bible2/              |
|   http://www.amazon.com/exec/obidos/ISBN=0764547607/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://www.cafeaulait.org/      | 
|  Read Cafe con Leche for XML News: http://www.ibiblio.org/xml/     |
+----------------------------------+---------------------------------+

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.