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

 <xsl:template match="/">

   <form>
     <table>
     <input type='text'
	    value='
 (<xsl:value-of select="id/."/>,'<xsl:copy-of select="."/>',0)');

 </template>

<!-- DANGER!!! THIS IS NOT SAFE AT ALL -->

</xsl:stylesheet>
