Re: Saving XML file

At 17/12/1998 01:07 AM , Luca_Franco@intesa.it wrote:
>
>I found a method for load an XML file.
>But how can I save a new created or manipulated XML document ?

In the W3C DOM Level 1 you can't do any of these things, including loading
an XML file. Implementations may give you a way to do it, but this will be
a non-standard extension to the DOM. 

We're looking at adding standard methods for creating, loading, and saving
XML documents to the DOM Level 2 specification.


Lauren

Received on Thursday, 17 December 1998 12:50:20 UTC