Re: [U2] XPath queries

2010-05-21 Thread Robert Houben
] On Behalf Of Boydell, Stuart Sent: Thursday, May 20, 2010 10:48 PM To: U2 Users List Subject: Re: [U2] XPath queries Thanks Robert and Brian, As you pointed out, having a default namespace was the issue. However it took me awhile to work out that the nsMap parameter of the Locate statement can't have

[U2] XPath queries

2010-05-20 Thread Boydell, Stuart
Is it just me being dull-witted or do XPath queries in XDOM not work by name? Linux UV 10.2.7 I have spent quite a few hours trying to get something working and the only way I can get the node is to specify it by position rather than name. For example I have to use this format to successfully

Re: [U2] XPath queries

2010-05-20 Thread Brian Leach
AM To: U2 Users List Subject: [U2] XPath queries Is it just me being dull-witted or do XPath queries in XDOM not work by name? Linux UV 10.2.7 I have spent quite a few hours trying to get something working and the only way I can get the node is to specify it by position rather than name

Re: [U2] XPath queries

2010-05-20 Thread Robert Houben
. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Boydell, Stuart Sent: Thursday, May 20, 2010 2:33 AM To: U2 Users List Subject: [U2] XPath queries Is it just me being dull-witted or do XPath queries in XDOM

Re: [U2] XPath queries

2010-05-20 Thread Boydell, Stuart
Thanks Robert and Brian, As you pointed out, having a default namespace was the issue. However it took me awhile to work out that the nsMap parameter of the Locate statement can't have quotes around the uri. Once I had (accidently) discovered that, the xdomlocate function worked. include