
As in the picture the address line 1 is in two lines within the field Address Line-1.
Example, this is how it is now:
Address Line 1: 1234 California street
APT 555
When I convert this data into XML its splitting the address into two lines. How to bring this address into single line in XSLT ?
After applying XSLT I want this into single line as following
Column/Field Name as Address Line-1
Address as 1234 California street APT 555
normalize-space()to collapse the carriage return(s) and whitespace.