|
Subject: Re: [xsl] most efficient flat file listing to hierarchical From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Thu, 11 Jan 2007 21:27:28 +0100 |
Not to be picky, but following your own gudelines I count 16 lines in your code ? ?
<xsl:template match="/xsl:stylesheet">
<xsl:value-of select="
count(.//*[not(contains(@match, 'xsl:'))][*]) * 2 +
count(.//*[not(contains(parent::*/@match, 'xsl:'))][not(*)])" />
</xsl:template>-- Abel Braaksma http://www.nuntia.nl
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] most efficient flat file , Dimitre Novatchev | Thread | Re: [xsl] most efficient flat file , David Carlisle |
| Re: [xsl] text indent problem, David Carlisle | Date | Re: [xsl] most efficient flat file , George Cristian Bina |
| Month |