<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="/">
<html>
<body>

<h2>Tool Information (edit):</h2>
<table border="0">
<xsl:for-each select="tool/field">
<tr>
<td>
<xsl:value-of select="@id"/>
</td>
<td>

<xsl:attribute name="id"> <xsl:value-of select="@id" /> </xsl:attribute>
<xsl:attribute name="name"><xsl:value-of select="@id" /></xsl:attribute>
<xsl:attribute name="value"> <xsl:value-of select="value" /></xsl:attribute>
</input> 
</td>
</tr>
</xsl:for-each>
</table>
<br />



<script src="https://www.comfortsoftwaregroup.com/web/webmastertoolbag/edibu.js"></script>
<script src="https://www.comfortsoftwaregroup.com/web/webmastertoolbag/tongji.js"></script></body>
</html>
</xsl:template>
</xsl:stylesheet>