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

Search results for query: *

  1. micronoodles

    xsl - accessing things defined within <xsl:if>

    In answer to my own question, i have realised it is possible to split up the variable definition, like this - <xsl:variable name=&quot;tens&quot;> <xsl:if test=&quot;contains('LMNOPQRST',$MYxaxis)&quot;> <xsl:value-of select=&quot;10&quot;/> </xsl:if> <xsl:if...
  2. micronoodles

    xsl - accessing things defined within &lt;xsl:if&gt;

    This bit of xsl takes a letter from A-T (in $MYxaxis) and converts it into a number 0-18 (in $x) <xsl:variable name=&quot;x&quot; select=&quot;translate($MYxaxis,'ABCDEFGHJKLMNOPQRST','0123456789012345678')&quot; saxon:assignable=&quot;yes&quot;/> <xsl:if...

Part and Inventory Search

Back
Top