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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: XML Java API Standardization

[ Lists Home | Date Index | Thread Index ]
  • From: Peter@ursus.demon.co.uk (Peter Murray-Rust)
  • To: xml-dev@ic.ac.uk
  • Date: Sun, 22 Jun 1997 12:31:07 GMT

In message <199706221051.LAA26889@mail.iol.ie> digitome@iol.ie (Digitome Ltd.) writes:
> (I am not a Java person so I don't know the syntax for doing the following
> in Java.

Just to reassure the membership - XML-DEV is not Java-only - anything goes :-)

[...]
> The following is a Python representation of a simple XML doc:-
> 
> from XMLStructures import *
> 
> x = XMLTree (
>         XMLElement("FOO",(("ATTR1","VALUE1"),("ATTR2","VALUE2")),
>          (
>           XMLElement("BAR",(),())
>          )
>         )
> )
> 
> The nice thing about this is that it is both data file and parser rolled
> into one.
> 

Presumably this is similar to a serialised object (except that I believe
that Java serialisation will not give a very readable file.)

A possible attraction of serialised XML objects (e.g. at grove level) is that
they would read into memory more rapidly, bother because no parsing was
required and presumably because there are tricks for allocating memory.
Obviously different parsers/applications would have different serialisations
but if we had a standard grove it *might* be possible to have agreed
serialisations of it.  Or is this off track?

	P.


-- 
Peter Murray-Rust, domestic net connection
Virtual School of Molecular Sciences
http://www.vsms.nottingham.ac.uk/

xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (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