Re: Bit test in XSLT2004-06-01 22:22:56Hi, <xsl:if test="bit 7 of Flags is 1"> will be <xsl:if test="(@Flags div 128) mod 2 = 1"> Best Regards, George ----------------------------------------------- George Cristian Bina <oXygen/> XML Editor & XSLT Editor/Debugger http://www.oxygenxml.com
|
|