Subject: RE: What is the difference between patterns - "*|/" and "*"
From: Gabriel Paiz III <gpaiz@xxxxxxxxx>
Date: Thu, 11 Feb 1999 16:28:53 -0800
|
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
|