[xml] xmllib2-2.6.32 on x86_64

2008-09-01 Thread DspLabs Srl
, size, msg, aq); + va_end(aq); if ((chars > -1) && (chars < size)) break; if (chars > -1) -- Riccardo Scussat DSPLABS Srl [EMAIL PROTECTED] PGP Key ID: 0x618E24FE ___ xml mailing list, p

[xml] Issues on Linux x86_64

2008-09-14 Thread DspLabs Srl
Hello, we already briefly discussed about this issue regarding some segfault I experienced on 64 bit Linux targets when using custom error handlers sorry for repeating this, but still having problems after upgrade to 2.7.1 May I propose a complete rewrite of xmlTextReaderBuildMessage function in xm

Re: [xml] Special chars in XML

2010-12-29 Thread DspLabs Srl
a text node, you should sanitize the data first or use some encoding. Hope this could help. Regards R.Scussat DSPLABS Srl dspl...@dsplabs.net PGP Key ID: 0x618E24FE samaram s wrote: But i am using libxml2 C library API's for writing string data... I dont know what strings i will be gett

Re: [xml] redirection of error log

2012-10-26 Thread DspLabs Srl
works like a charm. Regards R.Scussat DSPLABS Srl dspl...@dsplabs.net PGP Key ID: 0x618E24FE On 10/26/2012 05:11 PM, Foulques Nera wrote: > Hello, > > libXML gives good informations when loading an xml file with error. > How can I get or redirect automatically all theses messages to

Re: [xml] about xmlerror messages language

2013-11-29 Thread DspLabs Srl
Good starting point for PHP programmers: http://php.net/manual/en/class.libxmlerror.php It is not a direct solution to your problem (sorry, no translation to any specific language), but at least you may implement your own error handling routine. -- R.Scussat DSPLABS Srl On 11/28/2013 04:12 PM