Re: [xsl] RELAX NG validator

Subject: Re: [xsl] RELAX NG validator
From: "Hank Ratzesberger" <hankr@xxxxxxxxxxxxxxxx>
Date: Tue, 27 Sep 2005 10:01:25 -0700
With some overhead, if you wanted simple unit tests, you could use JAXB that comes with the Java Web Services Developer pack (and others?)
http://java.sun.com/webservices/index.jsp
and it will validate against RelaxNG when
you compile the schema to Java.


It is experimental/unsupported, but perhaps
worth a try.

--Hank

Hank Ratzesberger
University of California, Santa Barbara

Current Thread