Re: [xml] Help Needed- XSLT using SAX



On Fri, Jan 10, 2003 at 02:19:48AM -0800, HARDY wrote:
I am using DOM for parsing through an XML file  using
a XSLT in a C# application to get the list of all the
elements attribuyes in an array. However if the XML
file is too big(say a few  mbs) it takes a lot of time
to load the file and go through all its nodes. 
Any idea how the same could be implemented using SAX
??

  XSLT need a full tree to operate. SAX is not sufficient.
Answer is no.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]