xsl-list
[Top] [All Lists]

How to select child elements of a given type

2005-09-26 11:31:38
    <xsl:variable name="all">
        <xsl:copy-of select="$path2pageAsSource | /root/folder" />
    </xsl:variable>

        <xsl:for-each select="$all/descendant-or-self::folder">
            stuff...
        </xsl:for-each>

This for-each construct works with Saxon but not with Sablotron, libxslt, or Xalan-J.

If I remove the /descendant-or-self::folder it works fine (but of course, doesn't select the nodes I'm looking for).

I've tried using other shortcuts ($all//*/folder) and such, but they all return the same error.

Any ideas what the problem might be?

Ted Stresen-Reuter


--~------------------------------------------------------------------
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>