[xml] libxml2mod.so: Symbol not found: _xmlTextReaderByteConsumed

2005-05-08 Thread Marc Petitmermet
dear list members i'm trying to compile libxml2-2.6.19 on macosx 10.4 (tiger) for python-2.3.5 (i need this version because of zope). compilation itself is no problem but when making the tests, there is the following error for Relax-NG Python based test suite 1 and 2: Traceback (most recent

Re: [xml] new PARSER_NO_DISK_ACCESS constant

2005-05-08 Thread Daniel Veillard
On Sun, May 08, 2005 at 12:48:36PM +0100, Nuno Lopes wrote: Hi, Hi Nuno I've filled my request to add a new constant in the bugzilla (http://bugzilla.gnome.org/show_bug.cgi?id=303342), but Daniel Veillard asked me to discuss my request here. thanks for doing that first step. I

Re: [xml] new PARSER_NO_DISK_ACCESS constant

2005-05-08 Thread Nuno Lopes
yes, and as I said in the bug report, I'm fine working on libxml2 APIs to make sure we have an as secure as possible framework. Note that we already added a security framework at the libxslt level to check any document loaded from an XSLT transformation:

Re: [xml] new PARSER_NO_DISK_ACCESS constant

2005-05-08 Thread Rob Richards
Nuno Lopes wrote: the functions registered as callback in xmlRegisterInputCallbacks() could be extended.. I don't know anything about libxml internals, so I can't really help in deciding where and how to implement those features. xmlRegisterInputCallbacks is the wrong place for this imo and why

Re: [xml] Parse dtd

2005-05-08 Thread Daniel Veillard
On Sun, May 08, 2005 at 08:37:37PM +0200, Rene de Zwart wrote: I'm experimenting to make it possible to 1) Dtdparse (http://dtdparse.sf.net with libxml2) 2) do in vim as in emacs with psgml-mode. I need to parse a dtd for that and since libxml2 does that already I use that. I let libxml2

RE: [xml] Linker Error in compilation of libxml2 in VC++ 6.0

2005-05-08 Thread Eric.Zurcher
Arvind, You may need to provide a bit more detail about how you are attempting to compile libxml2. This is normally done by building from the commmand line. But your comment Even I have set iconv.h and zdll.lib file in Projects Settings.. suggests that you are working from within the Visual