Subject:Extra CRLF and Tab at the beginning of the output... and extra CRLF at the end. Author:Jay Baker Date:06 Dec 2006 02:58 PM
There is an extra carriage return and an extra tab at the beginning of the output for the attached XSL/XML project. There is also an extra carriage return at the end of the output.
This is happening in Stylus Studio 501j (regardless of which processor I use) and also happens when I test it in BIE. I have tried removing the entire core of the transformation script (everything within the 'xsl:template' tag, except for 1 'xsl:value-of'), but the extra characters still appear at the beginning and end of the output.
Can someone please tell me why is this happening (and how to fix it)?
Subject:Extra CRLF and Tab at the beginning of the output... and extra CRLF at the end. Author:James Durning Date:07 Dec 2006 10:52 AM
I'm guessing the processor is applying templates to the text nodes inside the <gldata> node at the beginning and end. Easiest way to solve, add this template:
Subject:Extra CRLF and Tab at the beginning of the output... and extra CRLF at the end. Author:Jay Baker Date:07 Dec 2006 11:56 AM Originally Posted: 07 Dec 2006 11:49 AM
Unfortunately, that didn't work... this is the output (after applying the recommended change):