Re: What is the difference between patterns - "*|/" and "*"

Subject: Re: What is the difference between patterns - "*|/" and "*"
From: Tyler Baker <tyler@xxxxxxxxxxx>
Date: Thu, 11 Feb 1999 19:49:23 -0500
Gabriel Paiz III wrote:

> Well, what's the difference between:
>
> <xsl:template>
>
> and
>
> <xsl:template match="//*">

My take on things is that:

<xsl:template match="//*">

is effectively the same as:

<xsl:template match="*">

However I don't think this is a legal pattern anyways because a
ComposeExpression does not start with the union operator.

Tyler


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread