For the Stat Block formatting we use the 'xsl:for-each select="/"' function:

<?xml version="1.0" encoding="ISO-8859-1"?>

<xsl:transform version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="/">
<xsl:for-each select="/">
</xsl:for-each>
</xsl:template>

</xsl:transform>

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.
Creative Commons License
© 2007 LoreWeaver