[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] Adding new slot in parser.h::_xmlParserCtxt
- From: Stefan Behnel <stefan_ml behnel de>
- To: Lilith <lilith zenteq am>
- Cc: xml gnome org
- Subject: Re: [xml] Adding new slot in parser.h::_xmlParserCtxt
- Date: Sat, 16 Jun 2007 20:53:15 +0200
Lilith wrote:
> I use libxml2, libxslt, and libxml2-python. In some tasks I need to
> redefine the default entity loader. My application runs in multithreaded
> mode, and each thread must have a different loader . Also imported and
> included stylesheets must be loaded with the same loader as their parent
> stylesheet.
If you only need this for Python, consider using lxml.
http://codespeak.net/lxml
It's also much easier to use than libxml2/libxslt directly.
Stefan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]