I have a folder having around 300 XML schemas which are inter-dependent. I have a high level schema and I want to know which all child schema files it is dependent on.
Is there any easy way to get this list.
Thanks, Harish
|
|
|
Perhaps a tool like Altova's SchemaAgent would help. Or write your own depedency analyzer in XSLT. Something like:
which gives you the files directly used, and then recursive application of this function will give you the files indirectly used. |
|||
|
|