views:

44

answers:

1

Hello

I want to generate a xsd file dynamically, I don't want to use jaxb because it creates alot of files when I use schemagen and I want the schema in one file only.

any idea?

thx al

A: 

If you use a JAXB runtime to generate an XML schema it should produce one Result per namespace URI:

Blaise Doughan