<exElement xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema">
I used the following code
rootElement.setAttributeNS("urn:hl7-org:v3",
"xsd", "http://www.w3.org/2001/XMLSchema");
And gives me the Element as follows which is different than what i want.
<exElementxmlns:ns0="urn:hl7-org:v3"xsi:ns1="http://www.w3.org/2001/XMLSchema">
Can anyone please correct my code if there is an issue? Help will be greatly appriciated.
marcel ethan
06-Nov-2014Try this :
I am using xom library for XML-manipulation :
that's working fine for me & give me result :
still some problem post me.