xml validation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arne Claus

    xml validation

    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

Working...