OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: RE: Sun Multi-Schema XML Validator


This is cool. I like it. Thanks.

Here is a direct link to the product page. Took a little hunting for me.

http://www.sun.com/software/xml/developers/multischema/

Here is a small Windows batch file just to make the command line a little
shorter (I didn't set a classpath for msv.jar yet, as you can see). And yes,
I could have put in more replaceable parameters.

C:\Rng>cat \batch\msv.bat
@java -jar c:\rng\msv-20010719\msv.jar %1 %2 %3 %4

C:\Rng>msv test.rng test.xml
start parsing a grammar.
validating test.xml
the document is valid.

C:\Rng>

Congratulations, Kawaguchi-san.

Mike

-----Original Message-----
From: Kohsuke KAWAGUCHI [mailto:kohsuke.kawaguchi@eng.sun.com]
Sent: Friday, July 27, 2001 1:41 PM
To: relax-ng@lists.oasis-open.org
Subject: ANN: Sun Multi-Schema XML Validator


Sun has released a RELAX NG validator.

It doesn't implement ambiguous key detection yet.



-------------------------------
We are glad to announce the release of "Sun Multi-Schema XML Validator".

This is a Java tool that validates XML documents against several kinds of
XML schemata. It supports XML DTDs, TREX, RELAX Namespace, RELAX Core,
RELAX NG and a subset of W3C XML Schema.

It can be used

- as a command-line tool, to validate XML documents against a schema or DTD.

- as a library to validate documents or to manipulate schemas from inside an
  application.


It can be downloaded from the following location:

  http://www.sun.com/xml

The above distribution contains also some small examples and documentation.





regards,
--
Kohsuke KAWAGUCHI                          +1 650 786 0721
Sun Microsystems                   kohsuke.kawaguchi@sun.com


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: relax-ng-request@lists.oasis-open.org



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC