Regarding XSLT and XML
Hi Everybody,
Is this possible to add a link to XSL file in an XML file using some API?
my application generates an XML file and I have an XSL file for that.
is it possible to add this tag to the XML file:
<?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?>
or there is a way to use that XSL file.
Please advise.
Thanks in advance.

