[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: "XML Developers' List" <xml-dev@ic.ac.uk>
- Date: Mon, 29 Mar 1999 13:12:02 -0500 (EST)
Norman H. Samuelson writes:
> What tools are available for translation of XML into text?
> We are working on a GUI that will write the information needed as input to
> a physics simulation code in XML, and we need to translate that into the
> grammar required by the physics code.
You can write quick one-off 10-line scripts with Perl, Python, and
probably many other scripting languages. A Java app takes a little
more work, but the clean object-oriented structure allows you to do
harder things without going completely insane, and there are an awful
lot of good, higher-level XML libraries for Java (though the Python
and Perl collections are growing fast).
All the best,
David
--
David Megginson david@megginson.com
http://www.megginson.com/
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/ and on CD-ROM/ISBN 981-02-3594-1
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)
|