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

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

[xml] Get element tail

2013-10-23 Thread Bogdan Cristea
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, by obtaining a pointer from the current node (when the node type is EL