Does Xerces C 2.8 support this method? If so can u please brief it out? On Fri, Oct 14, 2011 at 8:55 PM, Cantor, Scott <[email protected]> wrote:
> 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] > >
