| Author |
Validate XML against XSD
|
Ankur Sharma
Ranch Hand
Joined: Dec 27, 2005
Posts: 1234
|
|
Hi I was trying to validate a XML document against XSD.
Everything is fine if that XSD is a very simple XSD. But if my XSD includes some other XSD's also as mentioned below as an example this program is not functioning.
<xs:include schemaLocation="ABC.xsd"
I am also attaching code which I used to validate.
Could anyone let me know, if I need to use something else to validate XML against complex XSD's. Any insight would be appreciated.>
|
The Best way to predict your future is to create it
Ankur Sharma
|
 |
 |
|
|
subject: Validate XML against XSD
|
|
|