I am having parent.xsd, which includes anothe schema called child.xsd
I need to validate the parent.xsd with an xml...
The problem I am facing is... when I read parent.xsd, itz not including child.xsd... hence, when I try to validate... it says that not able to identify child.xsd...
Some code would help in speeding up response to your question.
Originally posted by s se: Hi all,
I am having parent.xsd, which includes anothe schema called child.xsd
I need to validate the parent.xsd with an xml...
The problem I am facing is... when I read parent.xsd, itz not including child.xsd... hence, when I try to validate... it says that not able to identify child.xsd...