Hi all,
maybe I'm missing something in the XSLT spec, but I can't seem to get around the xml declaration created by an XSLT transformation.
I need the functionality, since I'm writing a cached version of an XML document, which also has a PHP processing instruction. I then include the php/html file in the main page.
Since short tags are enabled, php fatal's out on me on line 1, where the <?xml version="1.0" encoding="UTF-8"> is put by the transformation.
Apart from putting everything in a temp file and deleting the first line, does anybody know how to get rid of it?
MTIA,
Melvyn