xsl-list
[Top] [All Lists]

RE: [xsl] XSLT verbosity (atan2)

2008-03-19 10:22:17
I'm trying to make a small template that concisely implements 
atan2, but returns the values in degrees and handles the case 
where DX is zero.  So far, I have:

<snip/>


Is there a way to express this in only a few lines without 
all the verbosity?


Use XSLT 2.0.

Note this will also mean you can avoid converting the doubles to strings and
then back again, which improves performance and precision.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>