[
Lists Home |
Date Index |
Thread Index
]
- To: "Kohsuke Kawaguchi" <kk@kohsuke.org>,<xml-dev@lists.xml.org>
- Subject: RE: XML Schema to relaxNG xslt
- From: "Dare Obasanjo" <dareo@microsoft.com>
- Date: Sat, 22 Jun 2002 12:10:49 -0700
- Thread-index: AcIaHONUNGPNgpJwQSGpvhUIk7gefQAAaufu
- Thread-topic: XML Schema to relaxNG xslt
<element name="favoriteMonth" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
xmlns="http://relaxng.org/ns/structure/1.0">
<data type="gMonth">
<param name="maxInclusive">--11--</param>
</data>
</element>
RESULTS OF VALIDATION WITH JING:
Fatal error at URL "file:/C:/Jing/test.rng", line number 4: exception "java.lang.StringIndexOutOfBoundsException" thrown: 7
MSV requires one to register on Sun's website which for I'd rather avoid doing simply to test MSV. Anyone who has gone through this process is free to try out combinations of maxInclusive, minExclusive and other constraining facets on all W3C XML Schema datatypes in RELAX NG and report back.
-----Original Message-----
From: Kohsuke Kawaguchi [mailto:kk@kohsuke.org]
Sent: Sat 6/22/2002 11:43 AM
To: Dare Obasanjo; xml-dev@lists.xml.org
Cc:
Subject: Re: XML Schema to relaxNG xslt
> On looking at the tutorial it seems this could be done if a RELAX NG
> implementation supported the W3C XML Schema Datatypes recommendation as
> a type library and implemented the facets as datatype parameters.
> However I don't see anything that implies that an implementation with
> such functionality exists or is forthcoming.
Wow. I wonder if you actually tried existing validators. Or otherwise
our documentations must be really bad. Both MSV and Jing supports full
XML Schema Datatypes as a datatype library.
regards,
----------------------
Kohsuke Kawaguchi
E-Mail: kk@kohsuke.org
|