Kevin,
try match="//error". Of course "/descendant::error" is OK too, I'd think
it works in Sab - we'll have to check why it doesn't.
Tom
On Tue, 19 Jun 2001 09:21:40 -0700 (PDT)
Kevin Shallow <[EMAIL PROTECTED]> wrote:
> Hello all. I was attempting to write a template that
> selected the descendants of a context node, but I was
> getting an invalid axis error. I was using this
> syntax:
>
> <xsl:template match=".//error">
> </xsl:template>
>
> - OR -
>
> <xsl:template match="/descendant::error">
> </xsl:template>
>
>
> What I'm attempting to do is match all <error> tags in
> the entire document, so that I can display them all
> together. Is there a way to do this other than the
> above? And if the above is the right way, what am I
> doing wrong?
>
> _Kevin
>
>
> __________________________________________________
> Do You Yahoo!?
> Spot the hottest trends in music, movies, and more.
> http://buzz.yahoo.com/
>