Forum Moderators: open
</actbar>
</table>
</body>
</html>
</xsl:template>
<xsl:template match="CbrTrafficDescriptor">
<tr>
<td>
<xsl:value-of select="annotation"/>
</td>
<td>
<xsl:value-of select="@managedEntityId"/>
</td>
<td>
<xsl:value-of select="@profileName"/>
</td>
<td>
<xsl:value-of select="@serviceCategory"/>
</td>
<td>
<xsl:value-of select="@pcr"/>
</td>
<td>
<xsl:value-of select="@cdvt"/>
</td>
<td>
<xsl:value-of select="@mbs"/>
</td>
<td>
<xsl:value-of select="@scr"/>
</td>
<td>
<xsl:value-of select="@frameDiscard"/>
</td>
</tr>
</xsl:template>
<xsl:template match="VbrTrafficDescriptor">
<tr>
<td>
<xsl:value-of select="annotation"/>
</td>
<td>
<xsl:value-of select="@managedEntityId"/>
</td>
<td>
<xsl:value-of select="@profileName"/>
</td>
<td>
<xsl:value-of select="@serviceCategory"/>
</td>
<td>
<xsl:value-of select="@pcr"/>
</td>
<td>
<xsl:value-of select="@cdvt"/>
</td>
<td>
<xsl:value-of select="@mbs"/>
</td>
<td>
<xsl:value-of select="@scr"/>
</td>
<td>
<xsl:value-of select="@frameDiscard"/>
</td>
</tr>
</xsl:template>
<xsl:template match="Click">
<form>New Value</form>
</xsl:template>
</xsl:stylesheet>
If you read carefully i used one button called "Change Value" i want to click on this button and give some action.
My problem is for to click on the button which code i should write.
When you click the button the XML file should be in editing mode and operator can change some value.
Would you please reply me as early as possible.
Thanks in advance