Re: [xml] how to advance the xmlParserInput.cur?
- From: Daniel Veillard <veillard redhat com>
- To: Wei Lu <welu cs indiana edu>
- Cc: xml gnome org
- Subject: Re: [xml] how to advance the xmlParserInput.cur?
- Date: Sun, 12 Mar 2006 12:15:55 -0500
On Sun, Mar 12, 2006 at 10:56:31AM -0500, Wei Lu wrote:
The ability of skipping of a sub tree is useful for some perfomrance
optimization. For example lazy evaluation can skip a sub-tree once it
found user are not interested in the sub-tree. For tree
A
/ \
B C, if B is not used now, then the generated tree could be just
A
\
C
Then XML is clearly not the proper format if you want to optimize
parsing by dropping subsets of the document.
Daniel
--
Daniel Veillard | Red Hat http://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]