Hi,
I'm trying to include .. ( <?php include("servers.xml"); ?>) within a PHP script.
And because of the first <?xml ...> tag WITHIN the xml file it is tossing off an error.
Anyway around this?
What I'm trying NOT to do is write a huge XML parser to simply display a few lines of already XSL formatted data.
Thanks!