NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Kwalify & Data::Rx (Score:1)
Reply to This
Re: (Score:1)
No I wasn't aware that they existed, thanks for the pointers. I went quickly over the documentation and they look quite nice.
Although, in our case the main goal was to mix the validation of our own elements and the ones provided by XHTML. Using Kwalify or Data::Rx would require us to transform (or worse to rewrite) the XHTML DTD in some other language.
Also, using XML and XHTML has some other advantages that I will describe in future posts.