I have an XML file.
Formatted through XSL.
And I simply want to include the XML file in the website, in its formatted form.
The problem is with the include is that <? in the xml is throwing it off.
So I went with the fopen, etc. way and it does indeed work.
But it's literally reading the file and not formatting per the XSL settings.
Thanks for the help worm, I appreciate it.