xsl-list
[Top] [All Lists]

collapsing number ranges

2004-08-26 19:04:30
Is there some easy way -- in XSLT 2.0 -- to handle in a general way collapsing number ranges like:

23-24 => 23-4
333-334 => 333-34
7777-7778 => 7777-78

The source will be like:

<biblioref linkend="one" units="page" begin="23" end="24" />

Bruce



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