Hi all,
I have an xslt script that transforms an xml file to another xml file. The problem I'm having is that the resulting xml file does not end with a newline like a well behaved linux file.
I'm using <xsl:output method="xml" indent="yes"/>
for the code to be nicely idented.
Is there a way to tell xslt that this is Linux mode, and it should add a newline at the end of the output?
Thanks, Anna