Re: [xsl] following-sibling on attributes

Subject: Re: [xsl] following-sibling on attributes
From: "Vidar S. Ramdal" <vidar@xxxxxxxx>
Date: Mon, 08 Sep 2003 10:48:59 +0200
Som Dimitre Novatchev sa den 05.09.2003 14:48:

Attributes cannot be specified on any of the siblings axis and attributes
are not siblings.

Dimitre and Michael, thanks for your help. So I've learned that attributes do not have siblings. That explains a whole lot :)


Dimitre, are you sure that these lines in your reply

          <xsl:otherwise>
            <xsl:value-of select=".."/>
          </xsl:otherwise>

shouldn't be


<xsl:otherwise>
  <xsl:value-of select="."/>
</xsl:otherwise>


-- Vidar S. Ramdal <vidar@xxxxxxxx> Idium AS - http://www.idium.no Tlf. +47 22 00 84 31 / Fax: +47 22 00 84 01 A: Top posting. Q: What is the most annoying thing on usenet and in e-mail?


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



Current Thread