This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A problem with loop and Concat....


Mukul.Mudgal@etindia.com wrote:

> Thanks for your solution, here problem occur with this code
>                                      <xsl:otherwise>
>                                                  <xsl:value-of select
> ="../@Operator"/>
>                                      </xsl:otherwise>
> It doesn't pick otherwise @Operator value from WhereDetails.

Well, I probably misunderstood your phrase "no operator is defined in 
<Description>" - what do you mean: no Operator attribute or no value in 
Operator attribute? I thought the first is right and the test was
<xsl:when test="@Operator">, what stands for "if there is Operator 
attribute". For empty valued Operator attribute your need another test 
expression, like <xsl:when test="@Operator != ''">.
-- 
Oleg Tkachenko
Multiconn International, Israel


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]