Re: [Intent Announcement] XML::Validator::RelaxNG
by Dominic Mitchell other posts by this author
Sep 9 2005 3:57PM messages near this date
view in the new Beta List Site
[Intent Announcement] XML::Validator::RelaxNG
|
Re: [Intent Announcement] XML::Validator::RelaxNG
& XSLT On Fri, Sep 09, 2005 at 12:24:59PM +0200, Petr Cimprich wrote:
> I have an idea and few lines of code of what could eventually become a
> pure Perl RelaxNG validator. A namespace for such a module seems to be
> obvious. I'm not aware of a similar project; please, let me know if I'm
> wrong. As for an API, I would like the validator to work as a SAX
> handler (or filter), in the same way as XML::Validator::Schema works.
Good luck; I'd be most interested in this. I started doing something
similiar a while back, but my distraction level is such that I never
really got anywhere. I did manage to study the document on the
derivatives algorithm, which I consider very beautiful.
http://www.thaiopensource.com/relaxng/derivative.html
I also thought about wrapping rnv with some XS, but again it's another
project that never got as far as keyboard, only my head. :-(
http://www.davidashen.net/rnv.html
Unfortunately, I've never managed to make xmllint --relaxng do anything
useful, so I've never played with XML::LibXML's support.
Anyway, good luck with this implementation. I think that a pure perl
implementation would be very useful.
-Dom
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Petr Cimprich
Dominic Mitchell
Petr Cimprich
|