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

Re: [xml] parsing using SAX



Cool, I'm gonna take a look at it. I started using SAX a long time ago,
and it's been working fine until now, since I decided to change the
document model. At that time, it seemed to me that the DOM tree would
use too much memory for a large spreadsheet, but considering that actual
RAMs, it shouldn't be a problem anymore. I didn't know about the reader,
glad to lear about it. Thanks,
<ADRIAN>

On Fri, 10 Jan 2003, Daniel Veillard wrote:

> On Fri, Jan 10, 2003 at 02:34:42PM -0500, Adrian Feiguin wrote:
> > I wonder if that's possible. I have the impression that with the DOM
> > interface this should be straightforward.
> 
>   Then use the standard tree build interface. Or the new reader
> interface http://xmlsoft.org/xmlreader.html .
>   I have not suggested you use SAX, you did. I actually thing that
> SAX programming model is too complex, use something else if you
> can't cope with it ! Unless you have specific reason to use SAX,
> then do it, but I discourage people from using it.
> 
> 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]