Conversion from DTD and W3C to Relax NG

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • McSwell

    Conversion from DTD and W3C to Relax NG

    We have a small (~50 line) DTD and a slightly larger (~300 line) W3C
    schema that we need to convert to Relax NG. (And I have a larger W3C
    schema that I may some day convert.) I was hoping that there would be
    some tools to get us started, but the list at http://relaxng.org/#conversion
    is not too promising. The one tool that looks like it would actually
    do such a conversion, the Sun RELAX NG Converter, appears to have
    disappeared from the world (all the web links are dead). (It
    admittedly seems to have been buggy, from what I've read.)

    But maybe I'm being lazy; maybe it would be better to do the
    conversion by hand, since we need to familiarize ourselves with Relax
    NG anyway. And these aren't such large files anyway... So: are there
    guides to how to convert? (Nothing obvious showed up in Google.) Or
    do we have to just get the two kinds of schemas in our heads, at least
    for as long as it takes us to do the conversion?

    Mike Maxwell
    CASL/ U MD
  • Bjoern Hoehrmann

    #2
    Re: Conversion from DTD and W3C to Relax NG

    * McSwell wrote in comp.text.xml:
    >We have a small (~50 line) DTD and a slightly larger (~300 line) W3C
    >schema that we need to convert to Relax NG. (And I have a larger W3C
    >schema that I may some day convert.) I was hoping that there would be
    >some tools to get us started, but the list at http://relaxng.org/#conversion
    >is not too promising. The one tool that looks like it would actually
    >do such a conversion, the Sun RELAX NG Converter, appears to have
    >disappeared from the world (all the web links are dead). (It
    >admittedly seems to have been buggy, from what I've read.)
    Try <https://msv.dev.java.ne t/>.
    --
    Björn Höhrmann · mailto:bjoern@h oehrmann.de · http://bjoern.hoehrmann.de
    Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
    68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/

    Comment

    • McSwell

      #3
      Re: Conversion from DTD and W3C to Relax NG

      On May 22, 5:22 pm, Bjoern Hoehrmann <bjo...@hoehrma nn.dewrote:
      Try <https://msv.dev.java.ne t/>.
      The Sun Multi-Schema Validator? Oh, I see--there are four other
      projects in the downloads not described there, including
      'mgconv.zip'. That looks like what I want--thanks!

      Mike Maxwell

      Comment

      Working...