Subject: Re: Scope of document() in XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 1 Jun 2005 17:43:25 +0100
|
It would be fine to have a way to distinguish between the "actual"
document and the "root" document without need for the file name.
have a global variable at the top level of your stylesheet
<xsl:variable name="initialinput" select="/"/>
then you can use $initialinput//element in any context and get back
elements from the main input document.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|