It’s a great article. I used suggestions from it in my code, but ran into a problem.
When I use my XSLT program to transform one XML file into another one, everything works ok. I can see First Name and Last Name on one line, Address1 on the 2nd line and City, State and Zip on the 3rd line.
But when we run this XSLT program as a part of the project all the information comes as one long string without spaces.
What do you think may be the problem?