On 10/14/11 5:51 AM, "neetha patil" <[email protected]> wrote: >This will require writing of all the data into the file before parsing? > >Is there a way to parse the data even before writing into a file (i.e., >parsing the data which is in memory)?
Not from a DOM. You can parse from any input stream, including in memory, but only from the serialized form. -- Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
