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
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
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