Jump to content

error using choose when/otherwise


jdw22

Recommended Posts

<xsl:variable name="test" select="'ohhi'"/><xsl:variable name="sections" select="/QUERY_MODULE/CRITERIA/SECTIONS"/> <xsl:variable name="sections3"> <xsl:choose> <xsl:when test="$test='ohhi'"><xsl:value-of select="$sections"/></xsl:when> <xsl:otherwise><xsl:value-of select="$sections"/></xsl:otherwise> </xsl:choose></xsl:variable> sections3 and sections should have the same results but they do not. obviously this is pointless code. the original code was not working, so i reduced it to isolate the problem. any help is appreciated

Link to comment
Share on other sites

okay okay okayhere is the deal<value-of select> means just that 'value of'not 'entire node please'there is another way to do an if else then using the choose / when / otherwise.in the future, try not to be so stupid and waste our time. that would be great.

Link to comment
Share on other sites

Did you just told yourself not to waste your own time? :lol:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...