Re: [xml] [Patch] Provide two more schema validation messages

2005-04-04 Thread Matthew Burgess
Hi again Daniel & Kasimier, The attached trivial patch provides the 4 remaining XML Schema validation messages, assuming that an equivalent message for the whitespace facet type isn't required. Apologies for not getting these to you in time for the 2.6.19 release. I think the wording for minEx

[xml] Catching seg.fault

2005-04-04 Thread Kenneth Østby
I'll take a better look at my code, and check out the error handling :) On Apr 4, 2005 8:38 PM, Rich Salz <[EMAIL PROTECTED]> wrote: > > is there a way I can install a signal handler for catching the > > seg.fault that happens when I try to parse an non valid xml document from > > xmlParseMemory(

Re: [xml] Catching seg.fault

2005-04-04 Thread Rich Salz
is there a way I can install a signal handler for catching the seg.fault that happens when I try to parse an non valid xml document from > xmlParseMemory() ? libxml doesn't use signals to communicate; if you get a signal, especially SIGSEGV, it indicates a bug. most likely in your code. /r$ --

[xml] Catching seg.fault

2005-04-04 Thread Kenneth Østby
Hey there, is there a way I can install a signal handler for catching the seg.fault that happens when I try to parse an non valid xml document from xmlParseMemory() ? Can I in some way create my own handler using signal()? In that case, what signal does libxml throw? In advance thanks. Greets

[xml] xpath/xslt memory leak

2005-04-04 Thread Paweł Pałucha
Hi, I think I've found a nice memory leak. I'm using xslt to reproduce it, but I think that bug is in xpath module, so I send it here. The program is just transforming simple document in loop: #include #include #include int main(int argc, char **argv) { xsltStylesheetPtr cur; x

Re: [xml] configure --with-threads and config.log

2005-04-04 Thread Daniel Veillard
> Yup! I've posted config.log to > http://www.openqnx.com/index.php?name=PNphpBB2&file=viewtopic&p=22253#22253 > > QNX does not have libpthread although it has full pthread > support. then the configure.in must be extended to support your configuration and configure will have to be regenerate

Re: [xml] configure --with-threads and config.log

2005-04-04 Thread peterbarrie
- Original Message Follows - From: Daniel Veillard <[EMAIL PROTECTED]> To: peterbarrie <[EMAIL PROTECTED]> Cc: xml@gnome.org Subject: Re: [xml] configure --with-threads and config.log Date: Mon, 4 Apr 2005 08:36:32 -0400 > > On Fri, Apr 01, 2005 at 12:26:21PM +, peterbarrie > > wrote:

Re: [xml] configure --with-threads and config.log

2005-04-04 Thread Daniel Veillard
On Fri, Apr 01, 2005 at 12:26:21PM +, peterbarrie wrote: > I'm configuring libxml2 under QNX x86 V6.2.1 > libxml2 2.6.18 > > Here's some of the output from ./configure --with-mem-debug > --with-threads > 8<... > Enabling multithreaded support > checking pthread.h usability... yes > checking pt

Re: [xml] Makefile creation

2005-04-04 Thread Daniel Veillard
On Fri, Apr 01, 2005 at 02:00:23PM +0200, emanuele berinotti wrote: > "XInclude support not compiled in" > > appear. > > This is my makefile: what I've to add or modify?? Seems your installation of libxml2 had XInclude support disabled, or something else is wrong on your setup. Daniel -- Da

[xml] Release of libxml2-2.6.19

2005-04-04 Thread Daniel Veillard
Well the release was done Saturday, I'm just a bit late announcing it http://xmlsoft.org/ ftp://xmlsoft.org/ and GNOME FTP mirrors This release include a number of bug fixes, some build fixes and more improvements on the W3C XML Schemas validation from Kasimier Buchcik: build fix