[
Lists Home |
Date Index |
Thread Index
]
- From: Michael Lehman <mgl@cereus7.com>
- To: barbara.brosch@systor.com, xml-dev@ic.ac.uk
- Date: Mon, 05 Jul 1999 06:47:21 -0700
There's no DOM method to do it but the IBM TXDocument class
contains methods called printWithFormat() that use a PrintWriter
object.
Michael Lehman
System Architect
Cereus Design Corp.
At 02:50 PM 7/5/99 +0100, barbara.brosch@systor.com wrote:
>Hello everybody,
>
>i have to 'hack' a business object modell with the XML4J-Classes.
>
>My Tasks are:
>- Read in the xml-file and build the DOM (ok -> that's no problem)
>- Update the DOM (ok -> that's no problem)
>
> BUT NOW:
>- I have to create a string, a file, a stream or something else from
>the current/updated DOM.
>
>Now my question:
>Which classes/methods should i take from the XML4J? I find nothing,
>no outputstream, no writer, nothing ... ; - (
>
>Thank you for your help.
>Bye, Barbara B.
>
>
>
>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)
>
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)
- References:
- XML4J114
- From: barbara.brosch@systor.com
|