<?xml version="1.0"?>
<xsl:template xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<html>
<body>
<xsl:for-each select="aquarium">
<div>
<xsl:value-of select="fish" />
</div>
</xsl:for-each>
</body>
</html>
</xsl:template>
