I'm a total XML/XSL newbie and just can read a little bit. I have a shipping application where we can write templates in XSL, so I'm having to learn it.
I have a field in the application where we type comments like:
Customer needs the following items:
1 Red Shirt
2 Blue Socks
7 Green Bags
The comments field contains carriage returns. I have programmed the invoice to pull the comments field, but when the data spits out, it runs together like so:
Customer need the following items: 1 Red Shirt 2 Blue Socks 7 Green Bags
How can I get the invoice to respect the carriage returns that we have utilized in the comments field?
I have a field in the application where we type comments like:
Customer needs the following items:
1 Red Shirt
2 Blue Socks
7 Green Bags
The comments field contains carriage returns. I have programmed the invoice to pull the comments field, but when the data spits out, it runs together like so:
Customer need the following items: 1 Red Shirt 2 Blue Socks 7 Green Bags
How can I get the invoice to respect the carriage returns that we have utilized in the comments field?