Posted by petersprc on 11/25/06 03:54
The DOM XML extension (compile with --with-dom) can do this I believe.
domxml_open_mem can return false or a DOMDocument object.
Yoko wrote:
> Using only php 4.x has anybody come across some code or any sample code to
> validate a dynamically generated xml document from another server. But this
> isn't a RSS feed or anything like that.
> so for example http://www.mydomain.com/xmlgen?keysearch=nintendo&output=xml
>
> so this will output a xml document like this
>
> <?xml version="1.0"?>
> <record>
> <title>Nintendo wii</title>
> <url>http://www.nintendo.com</url>
> </record>
>
> Any ideas thanks for everybody that helped in advanced.
Navigation:
[Reply to this message]
|