Subject: RE: The pipe '|' operator: Does it mean Or or Union?
From: kakridge@xxxxxxxxxxxxx
Date: Wed, 14 Jan 2004 12:01:51 -0500
|
Found this in the Dave Pawson's FAQ, so please disregard.
-----Original Message-----
From: kakridge@xxxxxxxxxxxxx [mailto:kakridge@xxxxxxxxxxxxx]
Sent: Wednesday, January 14, 2004 11:57 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: The pipe '|' operator: Does it mean Or or Union?
I've noticed the the Muenchian method uses '|' and that everyone refers
to this as a Union. However, I also read that this
<xsl:template match="foo | foobar">
means to match the foo OR foobar elements. Does the definition of the
operator change based on the application?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|