[xml] Mac OS 10.9 issue

2013-10-24 Thread Frank Gross
Hi, I've build an executable using libxml2.8.0 via a dlopen on a Mac OS 10.8 system. But when I install my binaries on a mac OS 10.9 system, I get following error : "Incompatible library version: xml.dylib requires version 11.0.0 or later, but libxml2.2.dylib provides version 10.0.0." Has

Re: [xml] Mac OS 10.9 issue

2013-10-24 Thread Mark Rowe
On 2013-10-24, at 2:18 AM, Frank Gross wrote: > Hi, > > I've build an executable using libxml2.8.0 via a dlopen on a Mac OS 10.8 > system. But when I install my binaries on a mac OS 10.9 system, I get > following error : "Incompatible library version: xml.dylib requires version > 11.0.0 or

Re: [xml] Get element tail

2013-10-24 Thread Csaba Raduly
Hi Bogdan, On Wed, Oct 23, 2013 at 12:12 PM, Bogdan Cristea wrote: > Hi > > I am trying to follow lxml from Python that allows to get the text after the > end of an element, but before the next element begins (i.e. the next sibling > of the current element). I am able to do this with xmlTextReader

Re: [xml] Get element tail

2013-10-24 Thread Bogdan Cristea
Hi Please find my answers below: On Wed, Oct 23, 2013 at 12:12 PM, Bogdan Cristea wrote: Hi I am trying to follow lxml from Python that allows to get the text after the end of an element, but before the next element begins (i.e. the next sibling of the current element). I am able to do this w