Re: [xml] how to advance the xmlParserInput.cur?



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]