<!-- book-to-rowset.xsl --> <ROWSET xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0"> <xsl:for-each select="//Book"> <ROW><xsl:copy-of select="."/></ROW> </xsl:for-each> </ROWSET>