OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Internal entities removed from XML?

[ Lists Home | Date Index | Thread Index ]

From: "Rich Salz" <rsalz@datapower.com>

> >For the case of internal entities, the text can still be all in a single buffer
> >in my suggestion shows.  I was trying to point out that the claims that
> >supporting (internal) entity references for documents that normally won't
> >have entity references *must* cause significant increase in space or
> >performance seem to fail to take into account some implementation
> >techniques.
> 
> I must have missed it.  Either you inline expand and get all the text
> in one buffer, you you do SAX style multiple calls or force the app
> to do the multiple calls by putting in a marker.

Or you expand inline what can be expanded inline and flag whether there
are any entities that could not be expanded and are still delimited
(e.g. with the object replacement character), and select the function
to run based on that flag.  You have your cake and eat it.

The argument in the thread is whether supporting entities but not using 
them must cause show-stopping space or time degradation compared to 
not supporting entities, as was claimed.  (And, more than that, the
claim that supporting internal entities requires multiple buffers.)

Cheers
Rick Jelliffe





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS