Hi,
I have a variable as follows:
<xsl:variable name="numQues" select="count(/NewDataSet/Table/acct_id[1])" />
I need to debug to see if its getting the correct value. How do I print the variable to the HTML page to see if its got the right value?
Background: 1. Absolute newcomer to XML, XSLT etc.
2. Using VS.NET
Thanks in advance!!
I have a variable as follows:
<xsl:variable name="numQues" select="count(/NewDataSet/Table/acct_id[1])" />
I need to debug to see if its getting the correct value. How do I print the variable to the HTML page to see if its got the right value?
Background: 1. Absolute newcomer to XML, XSLT etc.
2. Using VS.NET
Thanks in advance!!