Hello,
Is it possible to
add the style sheet tag to an xml document using the XML Dom? So add
this:
<?xml-stylesheet href="order_confirm.xsl"
type="text/xsl"?>
Above my top level
Root Element (after my DTD decleration).
I'm familiar with
the createprocessinginstruction method, do I use this?
Thanks!
Karl