dimanche 22 mai 2016

XML document add data xsi:type xsd:string attribute

I have a code to return an xml document, however a wanted it to be of this output :

enter image description here

But what i actually get using my program is this

enter image description here

Ex: <user_id xsi:type="xsd:string">12345678</user_id>

became : <user_id xmlns:p3="http://ift.tt/ra1lAU" p3:type="xsd:string">12345678</user_id>

Here is my code for extracting the XML document :

enter image description here

Thanks!




Aucun commentaire:

Enregistrer un commentaire