Page 1 of 1

How do I display address in one line?

Posted: Wed Oct 22, 2014 4:30 pm
by winkimjr2
I have XML address and want the result to be one line this:
123 E Rubble ALY E, Bedrock, DC, 65401
How do I do it in XSLT?

XML Address Elements

Code: Select all


<Address InternalAddressID="1618207867" Type="Standard">
<Location Word="HOME">Home</Location>
<AddressLine2>123 E Rubble ALY E</AddressLine2>
<AddressLine4>Bedrock, DC, 65401</AddressLine4>
<Block>123</Block>
<PreDir Word="E">East</PreDir>
<Street>Rubble</Street>
<AddrSfxKy Word="ALY">Alley</AddrSfxKy>
<PostDir Word="E">East</PostDir>
<City>Bedrock</City>
<State>DC</State>
<Zip>65401</Zip>
</Address>