tags:

views:

60

answers:

1

What is a good approach to handle different namespaces when transforming XSD files with import statements?

Is there an example of XSLT (1.0 or 2.0) Stylesheet that transforms XSD files with include multiple imports and namespaces?

A: 

Here is a general stylesheet that transforms a XSD to a WSDL that might be of help. Of course you will need to supply parameters to it so it knows what is a message etc.

oluies