xsl-list
[Top] [All Lists]

Re: Bit test in XSLT

2004-06-01 20:20:34
At 2004-06-02 10:32 +0800, Chen Yi wrote:
  is it possbile to test if the attribute value has a bit set ?

The XPath 1.0 data model only maintains strings for attribute values.

Any testing you need to do will have to treat the attribute as a string value, and decode what you want from that string, which includes converting the string to a number if you need to.

I'm not at all sure what you are asking for when you ask about a bit being set ... I associate that with bits of a byte or word expressed typically in decimal or hex.

I hope this helps.

..................... Ken


--
Public courses: Spring 2004 world tour of hands-on XSL instruction
Next: 3-day XSLT/XPath; 2-day XSL-FO - Birmingham, UK June 14,2004

World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal



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