XSL delivers an unwanted bonus
am 25.10.2007 21:19:03 von AlBruAnI have an app wherein I need to transform some XML using an XSL Stylesheet.
Everything works great until the end of the template is reached.
My template is as follows:
My data is as follows:
Intended output is:
10/25/2007
First Middle Last
123 Main St
Chattanooga, TN 37343 USA
Dear First:
Overpayment ID Overpayment Amount Reason
1 100 Coding Error
2 200 Coding Error
3 300 Coding Error
Your friends at BCBST
I get the output listed above when I transform the data, but the "bonus" I
mentioned comes in the form of a line reading "1 100 Coding Error 2 200
Coding Error 3 300 Coding Error" on the line below the phrase "Your friends
at BCBST". This line gets put there when the parser hits the
line. Is there any cause for this to occur?
Allen