Re: [xml] bug with variables and predicates

2014-03-25 Thread Nick Wellnhofer
On 24/03/2014 12:41, Vojtech Fried wrote: For me too, thank you. OK, I committed a slightly modified version of the patch: https://git.gnome.org/browse/libxml2/commit/?id=07def30fa7d5c5aa73e9d522a2e17bfa7a272df8 Nick ___ xml mailing list, project p

Re: [xml] bug with variables and predicates

2014-03-24 Thread Vojtech Fried
For me too, thank you. /Vojtech -Original Message- From: Nick Wellnhofer [mailto:wellnho...@aevum.de] Sent: 21. března 2014 19:42 To: Vojtech Fried; xml@gnome.org Subject: Re: [xml] bug with variables and predicates On 21/03/2014 12:13, Vojtech Fried wrote: > Hi, > > In our ap

Re: [xml] bug with variables and predicates

2014-03-21 Thread Nick Wellnhofer
On 21/03/2014 12:13, Vojtech Fried wrote: Hi, In our app, we use libxml2 and we connect XPath variables to our proprietary script language and its variables. I have recently noticed a possible bug with it. To replicate the issue, I have created an xslt. Handling of variables is a bit grey zone f

[xml] bug with variables and predicates

2014-03-21 Thread Vojtech Fried
Hi, In our app, we use libxml2 and we connect XPath variables to our proprietary script language and its variables. I have recently noticed a possible bug with it. To replicate the issue, I have created an xslt. Handling of variables is a bit grey zone for me, but I think there has to be a bug