Subject: Re: XSL, when elements don't exist
From: Tanya S Buchanan <tanyana@xxxxxxxxxx>
Date: Fri, 31 Oct 2003 16:41:06 -0500
|
Thank you very much for your response. I have tried the methods suggested
and I think I almost have it.? I need to do a check on the same property
element for two things, property[@displayname = 'Defer Node Expansion']
andproperty[@value = 'true'] ", my XSL below seems to think that "value" is
always equal true which is not the case.? The XML at the bottom will
showthat when "property[@displayname = 'Defer Node Expansion']" the "value"
attribute for that same property is 'false'.? What am I doing wrong with my
condition testing?
Current XSL:
<xsl:choose> |