[
Lists Home |
Date Index |
Thread Index
]
- From: Michael.Kay@icl.com
- To: xml-dev@ic.ac.uk
- Date: Wed, 20 Jan 1999 15:58:10 -0000
> From: Leif.Ydreborn@saab.se [mailto:Leif.Ydreborn@saab.se]
>
> What is the "normal" way of generating a XML-file (data) from
> a Java program.
>
My normal way is to have a "writeXML()" method on the relevant object, which
calls writeXML() methods on its component objects, and so on. A lot depends
on how close the java object structure is to the desired XML document
structure.
Mike Kay
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/
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)
|