xsl-list
[Top] [All Lists]

Re: Bit test in XSLT

2004-06-01 22:22:56
Hi,

 <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



<Prev in Thread] Current Thread [Next in Thread>