xsl-list
[Top] [All Lists]

RE: [xsl] Converting a string to a double

2007-07-03 12:39:57
I would do it as in XSLT 1.0:

test="//id[number(substring-after('ttt:')) = $a]"

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: tom tom [mailto:tomxsllist(_at_)hotmail(_dot_)com] 
Sent: 03 July 2007 20:28
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Converting a string to a double

Hi all,

Using the following XML:

<i>
   <b>
      <id>urn:ttt:188589</id>
   </b>
   <b>
      <id>urn:ttt:188689</id>
   </b>
   <b>
      <id>urn:ttt:188989</id>
   </b>
</i>

I want to see if the document contains an id tag with a 
particular number after the string 'ttt:' I can only do this 
by comparing this value with a double datatype value stored 
in a variable $a. What is the best way to do this in XSLT 2?

_________________________________________________________________
Tell MSN about your most memorable emails!  
http://www.emailbritain.co.uk/


--~------------------------------------------------------------------
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(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
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(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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