|
Subject: [xsl] XSLT 1 and grouping numbers by if the following number is current number + 1 and so on From: Mario Madunic <mario.madunic@xxxxxxxxxxxx> Date: Mon, 24 Mar 2014 07:08:42 -0700 |
(using XSLT 1) Hi, I would like to group numbers by if the following number is current number + 1 and so on. Example: <a>1</a> <a>3</a> <a>4</a> <a>5</a> <a>7</a> <a>9</a> <a>10</a> <group><a>1</a></group> <group><a>3 <a>4</a> <a>5</a></group> <group><a>7</a></group> <group><a>9</a> <a>10</a></group> Any insight will be appreciated. Thanks Mario Madunic | Software Developer | AeroInfo Systems, A Boeing Company | mario.madunic@xxxxxxxxxxxx | #200-13575 Commerce Parkway | Richmond, BC, V6V 2L1, Canada | www.aeroinfo.com | www.boeing.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Best Way to Select Follow, Dimitre Novatchev | Thread | Re: [xsl] XSLT 1 and grouping numbe, David Carlisle |
| Re: [xsl] When to use text(), Alex Muir | Date | Re: [xsl] XSLT 1 and grouping numbe, David Carlisle |
| Month |