Re: [dom4j-user] selectingNodes with xpath and namespace
Sent by: cc: [EMAIL PROTECTED] [EMAIL PROTECTED]Subject: [dom4j-user]
[dom4j-user] selectingNodes with xpath and namespace
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