Hi,
Is there away of adding a XSL stylesheet ref to the top of the xml output from a XML Writer node?
Thanks
Mike
Hi,
Is there away of adding a XSL stylesheet ref to the top of the xml output from a XML Writer node?
Thanks
Mike
Hello Mike,
unfortunatelly, in current version it’s not possible.
But thanks for your suggestion, I’ll implement it to next version.
Regards,
Martin
You can use the ability of XMLWriter to (insted of writing to file) write the XML into field on output port (optional) and then connect XSLT transformer onto that port - thus performing some transformation after XMLWriter is done with creating its output.
Output of XSLT transformer can be directed to UniversalWriter which will create the final file on disk.
This should work with Clover 2.5 and above.