<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
<strip-space elements="data entry"/>
<output method="text"/>
<template match="entry">
<choose>
<when test="married='true'">t</when>
<otherwise>f</otherwise>
</choose>
<text>"</text>
<value-of select="age"/>
<text>"I"</text>
<value-of select="name"/>
<text>"E</text>
</template>
</stylesheet>