'Is it possible to set schema-root folder in XmlSpy?
I got an xml that is built up by serveral types form different xsd-files, se example below. I would like to validate the xml in some convenient way.
Is it possible to point out a root-folder with all our xsd-files in XmlSpy and validate xml from those xsd-files?
<msg:MyMessage xmlns:msg="se/some/path/message/v5" xmlns:msdt="se/some/path/messagetypes/v2">
<msg:MessagePart>
...
</msg:MessagePart>
<anomsg:AnOtherMessagePart xmlns:anomsg="se/some/path/anomsg/v1">
...
<bas:OurDocument xmlns:bas="se/some/path/bas/v1">
In the example above the schema for the xml is spread over several xsd-files. It would be great if it is possible to set up XmlSpy so it do not need to change the xml, but finds the xsd-files relative from the root-folder that I hope is possible to set.
Is that possible?
Best regards Fredrik
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
