If its any help, Sun's MSV library has an API for creating new Datatypes programatically which we support in the org.dom4j.datatype package. The MSV library also has an API for defining a grammar model too via XML Schema, Relax NG or DTDs.
 

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