xsl-list
[Top] [All Lists]

Re: RE: Testing values from parent nodes

2004-05-26 02:50:41
Hi Neil,

I tried :
        <xsl:if
test="ancestor::RR/RR_row/RR_group1/RR_group2[type=1]">
              But that doesn't work (crashes XMLSPY...)
      <xsl:if test="/RR/RR_row/RR_group1/RR_group2[type=1]">
              Same same...

Looks like you've found a bug in XML Spy. There's nothing wrong with
these paths. Though I think you might want:

 <xsl:if test="ancestor::RR_group2/type = 1">...</xsl:if>

instead.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



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