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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: Announcement: SAX2 1999-06-01 alpha release for Java

[ Lists Home | Date Index | Thread Index ]
  • From: Miles Sabin <msabin@cromwellmedia.co.uk>
  • To: 'XML Developers' List' <xml-dev@ic.ac.uk>
  • Date: Mon, 21 Jun 1999 10:13:03 +0100

David Megginson wrote,
> I'm either to live with the status quo or to back out 
> and scrap reporting of entity boundaries altogether -- 
> this is getting far too complicated for far too little 
> real reward.

The reward, yet again, is in DOM building: entity
reference reporting would allow sharing of entity 
expansions in the tree.

I'd like to see this in, but I agree that it's quite
hard to see how it could be done given the current
method for reporting attribute values.

Is there any chance of us changing that? How about an
alternative start tag reporting interface which reports,

  startOpenElement(String name);
  startAttribute(String name);
  attributeCharacters(char[] chars, int off, int len);
  endAttribute(String name);
  endOpenElement(String name);

These calls could be interspersed with startEntity() and
endEntity() calls quite straightforwardly. I guess
something similar could be done for parameter entities.
It also has the advantage of not requiring the 
stringification of attribute values (something I've
never been too happy with).

I'm not sure how this could be made to interwork with
the current scheme tho'.

Cheers,


Miles

-- 
Miles Sabin                          Cromwell Media
Internet Systems Architect           5/6 Glenthorne Mews
+44 (0)181 410 2230                  London, W6 0LJ
msabin@cromwellmedia.co.uk           England

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)






 

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

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