XSLT Bitwise Logic

前端 未结 4 1724
失恋的感觉
失恋的感觉 2020-12-03 15:45

I have an existing data set that utilizes an integer to store multiple values; the legacy front end did a simple bitwise check (e.g. in C#: iValues & 16 == 16) to see if

4条回答
  •  执笔经年
    2020-12-03 16:34

    I haven't seen anything like this in XSLT / XPath. But I've found someone implementing this kind of operations manually. Maybe you could use the same approach, if you really need to.

提交回复
热议问题