Closed ppazos closed 9 years ago
version.data.uid tag is added after the version.data.content, because data is LOCATABLE, the uid should go after the data.name tag, before data.content, and should have the type specified. Without this the XML is invalid against the XSD.
What the XML should look like:
Check this, I think it is solved
Is not solved. XmlService is putting the version.data.uid after the content nodes, and it should be after the version.data.name node.
This is because appendNode is used.
Done.
version.data.uid tag is added after the version.data.content, because data is LOCATABLE, the uid should go after the data.name tag, before data.content, and should have the type specified. Without this the XML is invalid against the XSD.
What the XML should look like: