Subject: Re: dynamic node access
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 21 Feb 2005 17:24:48 GMT
|
By writing a <SubConcept> node in this form, the output xml file ensures
that a <SubConcept> node definitely exists. However, I want the output
xml file to have a <SubConcept> node only if
well stick an xsl:if around it that does that test then.
One way I was thinking of coming round
this problem is to declare a global variable and then assign it a value
locally
XSLT doesn't have separate declaration and binding of variables.
If you have declared a variable it already has a value (and it you can't
give it another one.)
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
________________________________________________________________________
|