[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] libxml : réentrance avec SAX
- From: Éric Bischoff <e bischoff noos fr>
- To: Daniel Veillard <veillard redhat com>
- Cc: xml gnome org, "Arved Sandstrom" <asandstrom accesswave ca>
- Subject: Re: [xml] libxml : réentrance avec SAX
- Date: Mon, 3 Jun 2002 09:17:58 +0200
Hi Daniel and all others,
I'm sorry I wrote my question in French, I did not realize this was a mailing
list :-/.
In short: the question was : is it possible to do the following:
- parse a document A with SAX
- from within the SAX callback, parse a document B with sax too
all of that within the same thread?
This boils down to reentrance of libxml.
> Hum, if you create another parser context, yes this should work without
> problem, you just can't reuse the same parser context for both documents.
>
> Daniel
Thanks for this answer, Daniel. I don't know how to create a parser context,
but I'll search.
--
Éric Bischoff
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]