xsl-list
[Top] [All Lists]

Re: [xsl] String comparison

2010-09-24 04:41:41

Input
====
<pages><first-page>10635<first-page><last-page>10637<last-page></pages>

Output
=====
<pages><first-page>10635<first-page>-<last-page>7<last-page></pages>



I played with this for a bit and couldn't come up with anything significantly better than your code, other that putting it in a loop or recursion to generalize it over any length of number. You don't say whether you want a 2.0 or 1.0 solution, but I couldn't see anything obvious in 2.0 that would make it significantly easier.

Michael Kay
Saxonica

--~------------------------------------------------------------------
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>