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

Re: SAX question

  • From: Rob Lugt <roblugt@e...>
  • To: Judi Thomson <judi.thomson@g...>, xml-dev@l...
  • Date: Thu, 15 Feb 2001 11:24:13 +0000

judi thomson
Judi Thomson wrote:
> [snip]
> My task is to take a large XML file with multiple occurences of a specific
kind of element.
> I need to build an index that lets me retrieve instances of that element
from the file
> (at a later date) very quickly.
>
> My thought for this was to use the locator in a SAX parser to identify the
location
> of the start of the element tag in the file, record that location
persistently and then
> use the persistent location later on to get my element (and its contents)
back quickly.
>
> My questions are:
>
> Is there a SAX implementation for which the locator is known to be
accurate?
> I noted somewhere (in the SAX specification?) that the locator is kind of
intended
> for debugging more than document  manipulation.

I think the main trouble you will have using the SAX approach is that the
locator
will not have the value you require to build an index.  According to the SAX
spcification
"If possible, the SAX driver should provide the line position of the first
character
after the text associated with the document event"

So, for example, for a startElement() event the locator is likely to point
at the first character
of element content - rather than the first character of the element start
tag.  If you are planning
on using this index position to later parse the fragment you will obviously
need the
position at the start of the tag.

> (and if it is written in c++ that makes my life MUCH easier)
Oh good, somebody else using my favorite language!

Regards
Rob Lugt
ElCel Technology



  • References:

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.