[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] Re: [xml] libxml : réentrance avec SAX
- From: Daniel Veillard <veillard redhat com>
- To: Éric Bischoff <e bischoff noos fr>
- Cc: xml gnome org
- Subject: [xml] Re: [xml] libxml : réentrance avec SAX
- Date: Mon, 3 Jun 2002 03:09:01 -0400
On Sun, Jun 02, 2002 at 11:53:31AM +0200, Éric Bischoff wrote:
> Bonjour Daniel,
>
> J'ai quelque peu laissé mon activité KDE de côté le temps d'un autre projet :
> réécrire FOP en C++. Ce projet est basé sur libxml et tournera au moins sous
> Windows 32 bits et Linux.
>
> J'aurais une question de principe pour laquelle je ne trouve pas de réponse
> sur ton site Web.
>
> Comme on peut avoir à transformer des documents FO de grande taille, le projet
> est basé sur SAX. Donc tout se passe dans des callbacks SAX. Mais lors d'une
> fin d'élément, j'aurais parfois besoin de parser un autre document (une page
> du document au format SVG mise en cache).
>
> Libxml est-elle réentrante à l'intérieur d'un même thread ?
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
--
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]