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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ericchang591

  1. ericchang591

    Variable scope help needed in XSLT

    Thanks MrTom, that was exactly what I was looking for! It all works now.
  2. ericchang591

    Variable scope help needed in XSLT

    How would I, in an XSLT stylesheet, create a variable that would be visible globally, but able to be set to different values multiple times? For example, I am having this problem: <xsl:choose> <xsl:when test=&quot;'1'&quot;> <xsl:variable name=&quot;var&quot; select=&quot;'1'&quot;/>...

Part and Inventory Search

Back
Top