[xsl] Converting a string to a double

Subject: [xsl] Converting a string to a double
From: "tom tom" <tomxsllist@xxxxxxxxxxx>
Date: Tue, 03 Jul 2007 20:28:17 +0100
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/

Current Thread