FW: [jdom-interest] & in namespace

Elliotte Harold elharo at metalab.unc.edu
Wed May 3 06:37:05 PDT 2006


Deshpande, Aniruddha wrote:
> Hello,
> 
> In my code I need to parse a WSDL file. Since WSDL file is an XML file the contents of namespace URI indeed has "&" and not "&".
> 

The namespace URI in the sample.xml file you sent is indeed 
http://abc.com?a=b&b=c

It is not http://abc.com?a=b&b=c

You should probably read up on XML's escaping rules.

-- 
Elliotte Rusty Harold  elharo at metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim


More information about the jdom-interest mailing list