Focal Point
How to add an XSLT tag to an iXTE transformed document

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/1571087331

June 30, 2004, 10:11 PM
<Mark Smith>
How to add an XSLT tag to an iXTE transformed document
Is there any way to add an XSLT tag to a document transformed by iXTE. For example, the standard method for identifing a style sheet to use with an XML document is to place the tag immeadiately preceeding the document root tag; i.e.

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="somefile.xslt"?>
<DocRoot such as workbook>
...
</DocRoot such as workbook>

I can not find any reference documentation describing how to insert the "stylesheet" tag above the document root.

Confused