<xsl:stylesheet version="2.0"
>
<xsl:template match="Record"
>
<image height="800"
rotation="270"
width="480"
>
<polygon border="4"
fill="false"
points="104,248 160,279 208,303 250,322 267,314 256,297 235,284 212,270 217,250 251,243 285,241
332,247 367,248 392,248 420,245 428,239 425,231 411,229 385,228 368,228 339,224 306,219 298,209
321,203 357,198 387,191 431,185 443,176 433,165 409,167 372,174 344,177 293,186 293,180 321,170
351,157 406,140 408,136 404,128 393,125 377,128 328,144 311,149 269,161 265,156 279,144 313,126
329,116 328,108 311,107 286,118 268,125 231,145 210,150 182,153 160,157 132,162 118,168 109,178"
>
</polygon>
<triangle border="5"
x1="50"
x2="200"
x3="400"
y1="750"
y2="550"
y3="750"
>
</triangle>
<ellipse height="150"
width="270"
x="180"
y="400"
>
</ellipse>
<ellipse border="10"
fill="false"
height="100"
width="100"
x="30"
y="400"
>
</ellipse>
</image>
</xsl:template>
</xsl:stylesheet>