Hi All, Is there any problem if we include XML name
space prefix twice in the XML document. For example: <?xml version="1.0"
encoding="UTF-8" standalone="yes"?> <ns2:body xmlns:ns2=http://blah.company.com/ns2”
…. xmlns:n2=”http://blah.company.com/ns2”> <ns2:element/> </ns2:body> Regards Pankaj Trehan |