Posted by Gale on 10/10/23 11:23
Janwillem Borleffs wrote:
> Gale wrote:
>
>>How can I validate XML file by DTD in PHP?
>>
>>Can I parse DTD to get the XML elements?
>
>
> When you use PHP5 you can use DomDocument->validate():
>
> http://www.php.net/manual/en/function.dom-domdocument-validate.php
>
>
> JW
>
>
>
i'm interested in PHP 4
[Back to original message]
|