Greetings all.
Im creating an auxillary xml log file in my FB project. Im having trouble finding a way to include a xsl-stylesheet tag, or other XML declarations for that matter.
Nodes and data are otherwise being recorded properly in my log file.
This is what I want to accomplish.
<?xml version="1.0"?>
<?xml-stylesheet type='text/xsl' href='http://commonlocation/report.xsl'?>
I tried added them in the field for "Create XML document from text" and "Load document from file" with no success.
Hope someone has tackled this! Thank you :)
Roland