<table mo:type="ProcessBlock" mo:name="${blockName}"
mo:props="selectionColor:'${selectionColor}', warnColor:'${warnColor}',
recordManip:${recordManip} " >
<xsl:for-each select="/root/${dataRequestName}/item">
<tr mo:type="ProcessRecord">
<td>
<input type="hidden" name="px_recstat" />
<input type="checkbox" mo:type="SelectionBox" />
</td>
</tr>
</xsl:for-each>
</table>
|