Re: [dom4j-user] Problems getting data

2007-04-04 Thread Nichiketa s
That worked. Thanks a bunch - H >From: "Edwin Dankert" <[EMAIL PROTECTED]> >To: "Nichiketa s" <[EMAIL PROTECTED]> >CC: dom4j-user@lists.sourceforge.net >Subject: Re: [dom4j-user] Problems getting data >Date: Wed, 4 Apr 2007 15:00:04 +0100 > &

Re: [dom4j-user] Problems getting data

2007-04-04 Thread Edwin Dankert
You will have to specify a prefix for your mapping: > Map namespaces = new TreeMap(); > namespaces.put("", "http://nasd.com/SharedServices/FUSS/FUSSDATA.xsd";); namespaces.put("test", "http://nasd.com/SharedServices/FUSS/FUSSDATA.xsd";); And in the xpath expression you should use this prefix: >