Re: dimension arithmetic in xpath

Subject: Re: dimension arithmetic in xpath
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 4 May 2000 13:21:51 +0100 (BST)
> can anyone see a way I can get this to work?

Presumably them that know about these things could write an extension
function that got java to do the sums and return a length.

Or more portably you could use the string-replace named template posted
to this list a couple of times and replace 
'mm' by ' * 1 '
'pt' by ' * 2 '
etc where 1, 2 , are whatever the right conversion factors are to
convert everything to some common unit (eg pt).
then you can evaluate as an xpath number expression, and stick 'pt' on
the result. 

David


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


Current Thread