Jump to content

Bit Testing


ameliabob

Recommended Posts

Is there a way to do a bit test within an xsl:if or xsl:chooseI cannot find anything in manuals or forums on what the format should be. I am thinking along the line of:TestField = 6;if (2 == (TestField && 2)) is Trueif (1 == (Testfield && 1)) is Falsebut how to fit this into the xsl format is my problemThanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...