Hi,
trying to transform a xml file with php using a xsl file.
the problem is, it works when outputing to html, but when I try to output it to text I have problems getting the carriage returns to work. (i.e. the text xslt works fine too, with the exception of the carriage returns).
I have seen an example somewhere that said to try something like this:
At the tag at the end there should be a new line<something>
</something>But this didn't seem to work for me.....
Any ideas,
Thanks