Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Novice: Printing a variable

Status
Not open for further replies.

XSLNewbie

Programmer
Sep 14, 2004
1
0
0
US
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!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top