Anyone know how to insert a stylesheet instruction into an existing XML document with the DOMDocument model?
Any other model?
I need to insert something like:
<?xml-stylesheet type="text/xsl" href="Display.xsl"?>
into an existing XML document. It seems I can put this at the top of the doc and it works (when I do it using notepad).
