xsl-list
[Top] [All Lists]

Re: dynamic node access

2005-02-21 10:24:48
  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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>