Subject: RE: What is the difference between patterns - "*|/" and "*"
From: David Schach <davidsch@xxxxxxxxxxxxx>
Date: Thu, 11 Feb 1999 16:34:25 -0800
|
In IE5, <xsl:template> matches everything. <xsl:template match = "//*"> is
equivalent to <xsl:template match = "*"> which matches only elements.
-----Original Message-----
From: Gabriel Paiz III [mailto:gpaiz@xxxxxxxxx]
Sent: Thursday, February 11, 1999 4:29 PM
To: 'xsl-list@xxxxxxxxxxxxxxxx'
Subject: RE: What is the difference between patterns - "*|/" and "*"
Well, what's the difference between:
<xsl:template>
and
<xsl:template match="//*">
-----Original Message-----
From: David Schach [mailto:davidsch@xxxxxxxxxxxxx]
Sent: Thursday, February 11, 1999 11:17 AM
To: 'xsl-list@xxxxxxxxxxxxxxxx'
Subject: RE: What is the difference between patterns - "*|/" and "*"
* matches any Element
/ matches the Document
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|