[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <db@Eng.Sun.COM>
- To: Kurt Helenelund <kurt@simberg.com>
- Date: Thu, 05 Nov 1998 12:10:55 -0800
Kurt Helenelund wrote:
>
> I would like to ask if there's anyone
> that have the opposite problem i.e. for applications to create XML
> documents on-the-fly.
Like some other packages, Sun's supports this. (In fact, I've been
a bit surprised how many people call this out as a favorite feature.
Even more than like its speed!)
http://java.sun.com/jdc/earlyAccess/xml
Our model has thus far been that a complete XML package must support
a basic "round trip" of data -- though excluding the DTD info. So
it's easy to just use XmlDocument.write (writer) to emit XML text.
Yes, this transparently handles stuff like "&" and "<" in text.
- Dave
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)
|