Re: [xml] Using xmlParserNodeInfo



On Fri, Feb 21, 2003 at 04:22:32PM -0800, Glenn W. Bach wrote:
You need to add:

      oldctxt->node_seq.maximum = ctxt->node_seq.maximum;
      oldctxt->node_seq.length = ctxt->node_seq.length;
      oldctxt->node_seq.buffer = ctxt->node_seq.buffer;

*before* you reset the pseudo ctxt->node_seq, so:

  Hum, right ! Applied

After this it works!

  Okay :-)

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]