Hi Will
 
I'm not sure I fully understand what you mean by API.
 
An XSD is just an XML document so you can certainly use dom4j to programatically create an XSD document or XSD instance or whatever. Do you mean is it possible to auto-generate an XML Schema from something (say a bean)?

James
----- Original Message -----
Sent: Tuesday, September 11, 2001 4:26 AM
Subject: [dom4j-user] Writing an XML schema

Hi,
 
I am trying to figure out if it is possible to write an XML Schema using dom4j. Sure, you can set up your namespaces yourslef, write all your data types yourself by setting their right names and prefixes, attributes etc...
But is there an API which would make your life easier to generate an XSD, with the W3C XML Schema Data Types implementattion?
 
Regards,
Will

Reply via email to