Date: Tue, 03 Nov 1998 02:23:16 +0100 From: Philippe Le Hégaret <[email protected]> To: XML Developers' List <[email protected]> Subject: ANN: KOML 1.1 Released
KOML is an XML application to serialize Java Objects in an XML document. This application is called KOML for Koala Object Markup Language.
This new version includes bug fix and a minor change in the language. It is backward compatible with the version 1.0 .
A new KOML document :
<?xml version='1.0' encoding='ISO-8859-1'?> <!DOCTYPE koml SYSTEM "http://www.inria.fr/koala/XML/koml11.dtd"> <koml version='1.1'> <classes> <class name='java.net.URL' uid='-7627629688361524110' writemethod='true'> <field name='hashCode' type='int'/> <field name='port' type='int'/> <field name='file' type='java.lang.String'/> <field name='host' type='java.lang.String'/> <field name='protocol' type='java.lang.String'/> <field name='ref' type='java.lang.String'/> </class> </classes> <object class='java.net.URL' id='i5'> <value type='int' name='hashCode'>-1</value> <value type='int' name='port'>-1</value> <value type='java.lang.String' name='file'>/koala</value> <value type='java.lang.String' name='host'>www.inria.fr</value> <value type='java.lang.String' name='protocol'>http</value> <null name='ref'/> </object> </koml>
Regards,
Philippe.
Philippe Le Hegaret [email protected] -- http://www.inria.fr/koala/plh/ KOALA/DYADE/BULL @ INRIA - Sophia Antipolis
xml-dev: A list for W3C XML Developers. To post, mailto:[email protected] Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:[email protected] the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:[email protected] the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:[email protected])