Re: [dom4j-user] selectingNodes with xpath and namespace

2003-11-21 Thread Michael_Mcdonough
Sent by: cc: [EMAIL PROTECTED] [EMAIL PROTECTED]Subject: [dom4j-user]

[dom4j-user] selectingNodes with xpath and namespace

2003-11-21 Thread Stefan Lischke
Hi, I want to select a singleNode by Xpath with Node member = this.e.selectSingleNode("/association/member[topicRef/@xlink:href='#TMSWSS03']"); It worked, when there was no namespace xlink for the @href attribute, but with xlink namespace it does not work. How can i specifiy a namespace when