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] Keeping ISO 8879 Alive (was RE: [xml-dev] Markup perspecti

[ Lists Home | Date Index | Thread Index ]

I've started to do some refactoring in a J2ME parser I'm writing.  The API 
(though not yet the parser) is available at:
http://simonstl.com/projects/tam/

While I do report CDATA, comments, and PIs, I've passed responsibility for 
DOCTYPE processing to the application, if it cares.  I am supporting 
namespaces, per SAX2, and need to add a few methods for applications to 
register prefixes with the parser in case some poor fool defaulted them in 
the DOCTYPE.

Different, maybe interesting, maybe not.  I've got to finish the namespace 
and entity support before the parser itself is ready, but it's pretty good 
so far.  (And thankfully I've written the namespace bits I need before as 
part of the MOE work.)

At 01:19 PM 8/2/2002 -0400, John Cowan wrote:
> > Another way forward, which I doubt if many people will agree with,
> > might be refactor things along SGML "markup for authors" and
> > XML "infoset for programmers" lines.  Agree on a basic syntax
> > for XML 2.0 that removes most the stuff that the infoset throws away
> > and causes the DOM (which basically tries to live in both the
> > syntax and InfoSet worlds) fits, such as DTDs, entities, entity references,
> > CDATA sections.  That's not to say that people should stop using
> > entities and CDATA sections, just to say that they "properly" belong in
> > the SGML world where "syntax sugar" is respected and supported.
>
>What I'd like to see for XML 2.0 is a clean separation into two layers:
>a "top layer" that understands elements, attributes, namespaces, ids, and PIs;
>and a "bottom layer" that understands character references (by name or 
>number),
>comments, and literal sections.  Each layer would be separately processable;
>perhaps it would be good for all bottom-layer constructs to be introduced
>by "&", e.g. "&-- ... &--" for comments and "&< ... &>" for literal sections.
>This would mean a break with the reference concrete syntax of SGML, but
>perhaps would still be declarable as a concrete syntax -- I don't know enough
>to say if that's true.
>
>--
>One art / There is                      John Cowan <jcowan@reutershealth.com>
>No less / No more                       http://www.reutershealth.com
>All things / To do                      http://www.ccil.org/~cowan
>With sparks / Galore                     -- Douglas Hofstadter
>
>-----------------------------------------------------------------
>The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
>initiative of OASIS <http://www.oasis-open.org>
>
>The list archives are at http://lists.xml.org/archives/xml-dev/
>
>To subscribe or unsubscribe from this list use the subscription
>manager: <http://lists.xml.org/ob/adm.pl>

Simon St.Laurent
"Every day in every way I'm getting better and better." - Emile Coue





 

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

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