|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Converting a string to a double
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@xxxxxxxxxxx]
> Sent: 03 July 2007 20:28
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: 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/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






