Search found 1 match

by kullboys
Tue Jun 26, 2018 2:03 pm
Forum: General XML Questions
Topic: How do I format xslt address for xml
Replies: 2
Views: 2496

How do I format xslt address for xml

Hello everyone I have a xslt document which pulls address from an xml document. I want the output to be in separate lines like this <AddressFullText> 542 E Main Street SE Apartment 204B Montreal Onatario, Canada 99999 </AddressFullText> How do I accomplish this? XSLT document Code: Select all <Addre...