11-19-2020 09:24 PM
We have a requirement to convert JSON to XML and while converting need to validate with multiple XSD’s (presently I have 2 xsds) and generate XML. Please let me know the possible approaches If possible with an example.
11-20-2020 03:36 AM
@manchis I have done the same in two ways- If you can keep both the XSD in your groudplex server node then can use file::/// protocol inside parent XSD to refer child XSD. Other option is to copy the content of child xsd and paste it to parent. Remove the child xsd reference from parent, it would be like a new XSD and can use it.