Link to home
Start Free TrialLog in
Avatar of Anthony Lucia
Anthony Lucia

asked on

Online or open source tool to verify XML against 3 file XSD configuration

I have a 3 file xsd configuration.  P0.xsd includes the following two xsd files

    <xs:import schemaLocation="p1.xsd" namespace="http://w3.abc.com/abc/cust"/>

    <xs:import schemaLocation="p2.xsd" namespace="http://w3.abc.com/abc/fin"/>

P0, includes P1.xsd and p2.xsd.  I need to keep this configuration.

Is there an online or open source (hopefully online) tool that can verify the XML against the 3 file XSD configuration ?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Gertone (Geert Bormans)
Gertone (Geert Bormans)
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial