[
Lists Home |
Date Index |
Thread Index
]
- From: Michael Brennan <Michael_Brennan@Allegis.com>
- To: sailu@it.iitb.ernet.in
- Date: Thu, 30 Nov 2000 18:18:42 -0800
SAXON (http://users.iclway.co.uk/mhkay/saxon/index.html) is a nice XSLT
processor that has a Java API and allows you to process elements in
"preview" mode (i.e. your code gets invoked to process a DOM element once
the element is complete, and the element's children are then discarded from
memory after processing).
> -----Original Message-----
> From: MarkH@i2.co.uk [mailto:MarkH@i2.co.uk]
> Sent: Thursday, November 30, 2000 4:26 AM
> To: xml-dev@xml.org
> Cc: sailu@it.iitb.ernet.in
> Subject: FW: Processing large XML document
>
>
> Can anyone help this guy with
> - his large XML question
> - his problem posting to the list (I assume he means XML-Dev)
> he just mailed
> me directly
>
> Mark
> --
> Agile HTML Editor
> Agilic Corporation
> http://www.agilic.com
>
> > -----Original Message-----
> > From: sailu@it.iitb.ernet.in [SMTP:sailu@it.iitb.ernet.in]
> > Sent: Thursday, November 30, 2000 11:24 AM
> > To: MarkH@i2.co.uk
> > Subject: Processing large XML document
> >
> > Hi,
> >
> > I need to process a large XML document which may not fit in the
> > memory at a time. Is there any software that lets me retain some
> > parts of the DOM representation of the document and purge the
> > remaining part of it. All this should be efficient in terms of both
> > memory and time.
> >
> > Thanks,
> > Sailaja
> >
> > P.S: I am not able to post messages to this list though I
> am a member
> > of it and do recieve regular digest from the list. Can you please
> > help me by letting me know what could be the problem or post this
> > message for me in the list.
> >
>
|