A couple reasons for wanting to do this... 1. We have a fairly large API which we are looking to describe. I have implemented separate relax NG schemas for each of the objects/operations. In order to simplify each schema I am using the include feature to have a common base. Trang unfortunately converts the included file in a different way each time it is included. Thus I do not have a consistent set of XSD files. I could write a program to automatically substitute the included file... But reason #2 makes it more important.
2. My rng's actually are over simplified. Our objects are very customizable, and in the long run, we will create the RNG schemas on the fly. We also want to support .xsd, and i really don't want to have to create separate output modules for RNG & XSD.. Would rather just do the one, and have an automatic conversion program for the others. Thanks! - Daniel On Dec 3, 2007 10:24 AM, Bruce D'Arcus <[EMAIL PROTECTED]> wrote: > On Dec 3, 2007 9:26 AM, Daniel C <[EMAIL PROTECTED]<danielcor%40gmail.com>> > wrote: > > > I am in fact a user of Tenuto. I use it for it's intended purpose to > > validate XML, and it works well for me. It doesn't however, do the > > conversion to .xsd, which is what I am looking for. Any other > suggestions? > > Use Trang and don't worry about converting "on-the-fly". Is there any > particular reason why you require that? > > Bruce > > >
