PDA

View Full Version : XML Reader


goblues
05-10-2008, 08:51 PM
Having no luck with google, does anyone know how to extract contents from and XML file to include in a template? I have been messing with this for 4 hours today. Thanks!

Guest190829
05-11-2008, 12:31 PM
You need to parse the XML data into HTML. You can do this with PHP (it's easier with PHP 5), but you still need PHP knowledge to do this. Search for PHP Simple XML.