NodetoDocument issue

Hi Experts,

i am trying to convert a string to IS doc for this I am using xmltoNode and nodetoDoc but I am getting a variable @version in the resulting doc but It is not there in the doctype that I mentioned in the nodetoDoc,can anyone please help and let me know how can I get rid of this.

thanks

The @version is in the document being processed. If you don’t need it, simply drop it in a map step in your service.

Hi,
It seems like the XML String which you are converting to document carries xml version which is not decimal. And the document (schema) carries a constant value as defined in schema.

Cross verify for @version value in the input xmlstring and male it decimal 1.0.

Thanks

:smile: