Posted by Yoko on 11/24/06 03:45
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.
[Back to original message]
|