XML Validation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul Aner

    XML Validation

    Hi !

    Is there any tool to validate an xml-file against a given (or mentioned
    wihtin the xml-file) DTD within a php-skript?

    Thx,

    Paul

  • Jim Dabell

    #2
    Re: XML Validation

    Paul Aner wrote:
    [color=blue]
    > Is there any tool to validate an xml-file against a given (or mentioned
    > wihtin the xml-file) DTD within a php-skript?[/color]

    Not that I know of. It's probably easier to simply use an external process
    to do this. For instance, xmllint that comes with libxml2 would do the
    trick.

    --
    Jim Dabell

    Comment

    Working...