-
Hi All,
How can I write an XSL file for an XSD file that contains multiple import statement?
I am writing an XSL to convert XSDs to OWLs.
Please help...
Thanks in advance
:)
Bhaskar
-
The way I approach things like this is to embed all the XSD files into a single file with a root element name that I have invented myself. That makes it possible to do processing across all of the Schemas at once. Even with large sets of Schemas, I usually find that the resulting file is easily processable.
Cheers, Tony.