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 wOOdy-Soft 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 codedomino

  1. codedomino

    How to check values in XML/XSL using choose/when

    Well, I am acutally able to answer my own question after some trail and error (blind luck). The following line above: <xsl:when test=&quot;entrydata[@columnnumber='0']/text = '0&quot;> Should be like this: <xsl:when test=&quot;entrydata[@columnnumber='0']/text[text()='0'&quot;> and the...
  2. codedomino

    How to check values in XML/XSL using choose/when

    I want to check to see what the value in a column is and produce some xsl code based on that value. I am using the following xsl:choose/when : <xsl:choose> <xsl:when test=&quot;entrydata[@columnnumber='0']/text/text()&quot;> <xsl:choose> <xsl:when test=&quot;entrydata[@columnnumber='0']/text =...

Part and Inventory Search

Back
Top