RE: [xsl] Divide in an expression?

Subject: RE: [xsl] Divide in an expression?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 21 May 2003 21:09:15 +0100

> [ERROR]    Could not complete this operation because
> '(reference(adobe-content:myImageInfo#/imageInfo/psd/@width) div 300)'
> is not a valid integer. 


In addition to other comments this is unlikely to be an error from an
Xpath system as Xpath1 doesn't have integer as a type so no Xpath
functions require an integer. So your problem appears to be in whatever
language you are using to wrap Xpath. reference() isn't an XPath
function either.

David

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


Current Thread