<xsl:template match="book">
<html>
<head>
<style type="text/css">
hr{height:1px;border:0;color: #ed1b2d;background-color: #ed1b2d;}
</style>
</head>
<body><table cellpadding="0" cellspacing="0" width="786" align="center"><tr><td><xsl:apply-templates/></td></tr></table></body>
</html>
</xsl:template>
<xsl:template match="booktable">
<table cellpadding="2" cellspacing="2"><xsl:apply-templates/></table>
</xsl:template>
<xsl:template match="bookrow">
<tr><xsl:apply-templates/></tr>
</xsl:template>
-> Здесь мне нужно добавить атрибут ID в совпадении, потому что он содержит CONTENT ... это возможно в Java