On Sun, Feb 24, 2002 at 04:27:40PM -0600, Keith Visco wrote:

> Using XSLT you will need to convert your Schema to be compatible
> with the W3C Schema Recommendation.

You're absolutely correct, thank you.  I'm gaining confidence that
I'll be able to use Castor after all.

After spending some more time pouring over the schemas, I'm almost
certain that they are compliant XML Data Reduced schemes (XDR's).

First, the good news.  I downloaded MS's XDR to XSD conversion tool,
which contains the XSLT transform.  It worked like a charm and
converted the files with ease.  (Except for being driven by a
Javascript file of all things.  I'd need to migrate it to be driven by
Xalan as I want to make this Java only and create Ant tasks to
automate everything.)

Then the bad news.  The MS XSLT is converting everything to the old
http://www.w3.org/2000/10/XMLSchema.dtd schema and not the newer
http://www.w3.org/2001/XMLSchema.dtd.  

>From what I can tell (and someone please correct me if I'm wrong),
Castor requires 2001/XMLSchema.dtd.  

Does anyone know of an XSLT that goes directly from XDR to 2001 XSD?

Thanks again!

-DeWitt

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to