xsl-list
[Top] [All Lists]

Preserve Line break ?

2004-06-05 07:01:29
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(_at_)seipas(_dot_)com



<Prev in Thread] Current Thread [Next in Thread>