Re: [xml] node() xpath and entity ref nodes

2015-02-12 Thread Daniel Veillard
On Fri, Nov 14, 2014 at 05:18:18PM +, Vojtech Fried wrote: > >Please do not use the "Reply to" function of your mail client to compose new > >and independent mails to the mailing list. > > Ok, I am sorry. I didn't realize it is a problem. I can see it now. > > >There are no entity reference

Re: [xml] node() xpath and entity ref nodes

2014-11-14 Thread Vojtech Fried
>Please do not use the "Reply to" function of your mail client to compose new >and independent mails to the mailing list. Ok, I am sorry. I didn't realize it is a problem. I can see it now. >There are no entity reference nodes in the XPath data model, see e.g. >

Re: [xml] node() xpath and entity ref nodes

2014-11-14 Thread Bjoern Hoehrmann
* Vojtech Fried wrote: >[...] Please do not use the "Reply to" function of your mail client to compose new and independent mails to the mailing list. >I have an xml like this > > >]> > > &greeting; > Today, our greeting is &greeting; > > >And xpath count(/root/value/node()) returns 1.