[
Lists Home |
Date Index |
Thread Index
]
- From: Tyler Baker <tyler@infinet.com>
- To: Steven Ball <steve@cs.anu.edu.au>
- Date: Tue, 13 Jan 1998 18:39:32 -0500
Steven Ball wrote:
> Tyler Baker <tyler@infinet.com> writes:
> > One thing I need to know is if anyone is doing any work on higher-level
> > API's for creating XML documents, DTD's etc. I can do this myself as
> > writing an XML Formatter is a hell of a lot easier than writing an XML
> > Parser, but nevertheless I have not seen any tools like this that I am
> > aware of (I think MSXML might have something like that but I do not
> > know). I just want a simple API to make method calls which spits stuff
> > out to a java.io.OuputStream.
>
> I have done this as part of my TclXML package - an XML generator.
> The generator takes a XML DTD and creates a Tcl command for each element
> and entity. A Tcl script then calls these commands, nested to reflect the
> resultant document's structure, with appropriate arguments for attributes,
> to produce an XML document.
>
Looked at it briefly and seemed like a great tool for webmasters and web
content developers, but I am doing work for a standalone application so that is
why I need to do this within Java only.
Tyler
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)
|