[xsl] A parameter current context or context passed

Subject: [xsl] A parameter current context or context passed
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Fri, 13 May 2005 10:48:03 -0700
This should be an easy one...

I have the following paramter:
<xsl:param name="current" select="/ | current()"/>

As the name implies it should be the current context unless otherwise
specified.  Have I written this correct?

Current Thread