Subject: Re: [xsl] collapsing number ranges From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Sat, 28 Aug 2004 23:32:38 -0400 |
:71-72 :100-104 :200-204 :101-8 :321-28 :1087-89
:71-72 :100-104 :200-4 :101-8 :321-8 :1087-9
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:x="data:,x">
<xsl:variable name="x"> <x a="71" b="72"/> <x a="100" b="104"/> <x a="200" b="204"/> <x a="101" b="108"/> <x a="321" b="328"/> <x a="1087" b="1089"/> </xsl:variable>
<xsl:template match="/"> <xsl:apply-templates select="$x/x"/> </xsl:template>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] collapsing number ranges, David Carlisle | Thread | Re: [xsl] collapsing number ranges, Jeni Tennison |
[xsl] variable question, Bruce D'Arcus | Date | Re: [xsl] find out if my parent is , Jeni Tennison |
Month |