[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Grouping problem


Subject: Re: [xsl] Grouping problem
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 4 Dec 2007 15:57:25 +0000

On 04/12/2007, Colin Adams <colinpauladams@xxxxxxxxxxxxxx> wrote:
> Andrew,
>
> what warning would you hope to see?

Something similar to what Saxon says:

"A variable with no following sibling instructions has no effect"

when you have:

  <xsl:variable name="foo">abc</xsl:variable>
</xsl:template>

I can't think of a situation off the top of my head when you'd want an
empty for-each:

<xsl:for-each select="something"/>

...so it would always be a typo?

Maybe:

"A for-each with no child instructions has no effect"


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/


Current Thread