[relaxng-user] PHP Relax NG validator ?

David Tolpin dvd at davidashen.net
Fri Mar 5 02:47:52 ICT 2004


> > I'm new to Relax NG.
> > I would like to know if there exist a Relax NG validator in PHP.
>
> I have never heard of an implementation written in PHP, but now that PHP
> uses libxml though its "DOM XML" module and that libxml supports RELAX
> NG, it should be possible to require a RELAX NG validation at parse
> time.

Please do not take me wrong, libxml does not support Relax NG.
The support has many bugs, it cannot be even used to validate
against relaxng.rng or xslt.rng.

Better use something else.

David Tolpin


More information about the relaxng-user mailing list