[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Can't get subtraction to work in variable statement

Subject: RE: Can't get subtraction to work in variable statement
From: "Spychalski, Frank" <frank.spychalski@xxxxxxx>
Date: Mon, 28 Aug 2000 23:02:14 +0200
subtract in xslt
->-----Original Message-----
->From: Brian Burridge [mailto:brian_burridge@xxxxxxxxxxxxx]
->Subject: Can't get subtraction to work in variable statement
->
->
->For some reason, the first two variable declarations work 
->fine, but the
->third one gives this error:
->pattern = '$pm-$hourMinutes' Extra illegal tokens: '$', 'hourMinutes'
->
->     <xsl:variable name="hours" select="round($pm div 60)"/>
->     <xsl:variable name="hourMinutes" select="$hours*60"/>
->     <xsl:variable name="minutes" select="$pm-$hourMinutes"/>
->
->Can't I subtract in XSL? I'm using Xalan.

Hi,

<xsl:variable name="minutes" select="$pm - $hourMinutes"/>

should work, '-' can be part of a variable name in xslt, that's why you get
illegal token...

bye
Frank
-
Frank Spychalski
Research Engineer
SAP Labs, Palo Alto           frank.spychalski@xxxxxxx 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.