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
>
&
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:
>