Hi,
I save XML file using output file connector and file template.
XML file has this header: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Is there a way to change it like this: <?xml version="1.0" encoding="UTF-8" standalone="yes" xml-stylesheet type="text/xsl" href="xslt/SEP.xsl"?>
or add another header so header looks like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml-stylesheet type="text/xsl" href="xslt/SEP.xsl"?>
Thanks,
Kirill