Re: [xsl] Suggestions to improve my XSL writing style

Subject: Re: [xsl] Suggestions to improve my XSL writing style
From: Andriy Gerasika <andriy.gerasika@xxxxxxxxx>
Date: Fri, 28 Jan 2011 11:02:53 +0200
On 01/28/2011 10:20 AM, Jacobus Reyneke wrote:
The XSL I wrote below works, but I'm looking for ways to improve my
coding style. Is this a bad way of writing style sheets? - in
particular the fact that I call "apply-templates" about a million
times.

it is ok


<xsl:apply-templates></xsl:apply-templates>
can be rewritten as <xsl:apply-templates/>

Current Thread