how can i transform a xml file to a text file with xsl?

i.e.:

<person>
<name>christopher</name>
<address>street 12</address>
</person>

how can i put this information in a textfile?
i.e.:

christopher street 12



(name has to begin on position 1, address on position 33)