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

Re: SAX2: relative ordering of startDocument() & startDTD() events?

  • From: David Brownell <david-b@p...>
  • To: Ken MacLeod <ken@b...>
  • Date: Mon, 28 Feb 2000 20:08:25 -0800

Re: SAX2: relative ordering of startDocument() & startDTD() events?
Ken MacLeod wrote:
> 
> David Brownell <david-b@p...> writes:
> 
> > Ken MacLeod wrote:
> > >
> > > In several cases I would prefer internalEntityReference() and
> > > externalEntityReference() event handlers that simply report the
> > > reference but do not resolve the reference, or that call back the
> > > parser to further resolve them.
> >
> > Using a single unSkippedEntity (String name) call, you tell them apart
> > if you track their entity declarations (with a DeclHandler).  Is that
> > level of work OK for you?
> 
> Do you mean skippedEntity()?

No, I was actually trying for parallel construction for the two
kinds of entity calls.  There's skippedEntity(String) in the
ContentHandler interface, so ... "unSkippedEntity(String)" for
the cases where "skippedEntity() wasn't called, and you weren't
inside of some markup construct.


> Yes, I'm OK with using entity declarations (DeclHandler) to
> distinguish internal and external entities.
> 
> What I mean is that I'd rather have an entityReference() handler than
> {start, end}Entity() handlers.

That was my question:  so yes, it's OK.


> There's some issues with the processing model though.  There would
> probably need to be a mode feature where either entityReference() is
> called or entities are resolved.  More difficult, if a handler wanted
> to know _both_ the entity reference and the resolved content (which is
> probably where {start, end}Entity() is proposed).

Yes, I was thinking that one could go that route.  Basically you'd
get to control on an entity-by-entity basis whether to expand any
given entity ref ... which conflicts a bit with the simple true/false
model of "handles external {parameter,general} entities" flag.

Having stared at entities too long, I mostly don't want them to get
more broken.  (Is there any more of a structure to PE processing
than a set of special cases?)  I like the simplicity of saying yes/no
to the external entity categories -- means there are only five kinds
of parses and hence error states to really worry about, versus being
combinatoric in the number of entities that can be included/not.

So while I could see how to make that approach work (callback is a
predicate saying include/exclude the specified entity), I'm not sure
it's a good idea to even start walking in that direction, without
some compelling reason to do so.

Seemed like you might have some particular use cases to motivate
such a thing though.

- Dave

***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/threads.html
***************************************************************************

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.