xsl-list
[Top] [All Lists]

Re: [xsl] Grouping problem

2007-12-04 08:57:59
On 04/12/2007, Colin Adams <colinpauladams(_at_)googlemail(_dot_)com> 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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>