Posted by Arne Claus on 07/25/05 11:48
Hi
What possibilities does php provide to validate an xml-file using it's
(in-file-referenced) dtd?
I found the dom xml functions doing this, but read here that they are
deprecated (in php5?) and have to be loaded as a module (aka. not
included in standard installations).
The problem is, that I need a way to validate xml files on standard
installations of php 4 (latest version) as the "normal" way via
xml_parse seems not to cover this.
Thx
Arne
Navigation:
[Reply to this message]
|