Re: [xsl] testing for presence of a variable

Subject: Re: [xsl] testing for presence of a variable
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 7 May 2005 00:22:08 +0100
> Is there a way I can condition a variable on the presence (or absence) 
>of another variable?

no, variables denote values so you can't reference an undeclared
variable. There is never any need. Just declare the variable chapter
with definition / (your suggested default was the empty sequence but I
suspect that you meant / as otherwise paths starting at $root-node would
all be empty) so that it can be used stand-alone, and when you
import this styleshete into another styleshete the importing stylesheet
can supply a non empty definition that will have higher import
precedence.


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
________________________________________________________________________

Current Thread