Forum Moderators: open
How do I pull the info from the XML file? And moreso, how is it integrated into a normal HTML webpage?
Thanks
DOMDocument [us3.php.net], SimpleXML [us3.php.net] and XSLT [us3.php.net].
You can also parse the XML directly in JavaScript [quirksmode.org].
With any one of these, you can choose whatever you want, and output it in a number of different formats (including HTML or direct DOM construction)