Preserve Line break ?

Subject: Preserve Line break ?
From: Arthur Maloney <ArthurM@xxxxxxxxxx>
Date: Sat, 5 Jun 2004 15:01:29 +0100
Hello xsl-list,


XML data :
<contact>
        <person>
                <personId>191</personId>
                <formal-name>Fred Blogs</formal-name>
                <organisation>
                        <addressId>5</addressId>
                        <address>PO Box 99
MANCHESTER
M21 678</address>
                        <organisationId>112</organisationId>
                        <name>SEEP</name>
                        <epitome>SEE</epitome>
                </organisation>
        </person>
</contact>

In the address element after PO BOX 99 Hex 0d 0A and each line of the address

When I transform it becomes Hex 20  How do you preserve the newline  ?
Its going to xhtml
-- 
Best regards,
 Arthur                          mailto:ArthurM@xxxxxxxxxx


Current Thread