[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

ANN: KOML 1.1 released

  • From: "Philippe Le Hégaret" <Philippe.Le_Hegaret@s...>
  • To: "XML Developers' List" <xml-dev@i...>
  • Date: Tue, 03 Nov 1998 02:23:16 +0100

koml
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 .

values (except transient) have a name attribute.
  (thanks to Robert Nielsen for his feedback) 
Bug fix with Class objects. 
Bug fix in close() methods. (thanks to Raj)
Remove File constructors. Now you have: 
   KOMLSerializer(Writer out, boolean buffered) 
   KOMLDeserializer(Reader out, boolean buffered) 


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
Philippe.Le_Hegaret@s... -- http://www.inria.fr/koala/plh/
KOALA/DYADE/BULL @ INRIA - Sophia Antipolis

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


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.