Re: [xsl] Bit test in XSLT

Subject: Re: [xsl] Bit test in XSLT
From: "M. David Peterson" <m.david@xxxxxxxxxx>
Date: Tue, 1 Jun 2004 23:17:43 -0600
Hi Chen,

Can you post a sample of your XML? Its much easier to help you test and/or transform your XML when we have a sample to work with.

Best regards,

<M:D/>

----- Original Message ----- From: "Chen Yi" <chen_yi36@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, June 01, 2004 9:50 PM
Subject: Re: [xsl] Bit test in XSLT





I want to test a attribute which has a number value, though numbers are in string forms, if one of the bit of number is set.For example,

 <xsl:if test="bit 7 of Flags is 1">
   ...
 </xsl:if>

I find it seems impossbile to use XLST to implement this function.
Is anybody has some magic soluction?

Thanks,
Chen Yi


From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Bit test in XSLT
Date: Tue, 01 Jun 2004 23:20:34 -0400

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@xxxxxxxxxxxxxxxxxxxx
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


--+------------------------------------------------------------------ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/ or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx> --+--


_________________________________________________________________ ???? MSN Explorer: http://explorer.msn.com/lccn

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
--+--



Current Thread