Re: [E-devel] Eo function call from external lib.

2013-12-27 Thread Dale Anderson
Actually resolved this about 2 minutes after sending email missed the fact the expat parser could have user data associated, this is now getting set to the current instance as the filters are loaded and seems to be working fine. Cheers Dale On 27 December 2013 20:37, Dale Anderson wrote: >

[E-devel] Eo function call from external lib.

2013-12-26 Thread Dale Anderson
Hi All, I'm working on a project at the moment using expat under the hood for SAX parsing of XML, to make a long story short I'm creating Eo based 'filters' when certain elements are found within the stream/doc. The issue I'm having is I want to be able to set the current parsers start/end/char ha