[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: A little help


Subject: RE: A little help
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 24 Jun 1999 11:26:23 +0100

> I want an <xsl:  > element that will somehow choose to select ONLY xml
> element A's, if and only if they are the direct descendant of an xml
> element B.
>
<xsl:template match="B//A">
(Assuming I read "direct descendant" correctly. What would an indirect
descendant be?)
 
> An answer that lets me also choose only those element
> A's that are the direct descendent of B's, which are in turn direct
> descendent of element C's, would be even better.

<xsl:template match="C//B//A">

Mike Kay


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



Current Thread
  • A little help
    • Chuck Robey - Wed, 23 Jun 1999 23:27:13 -0400 (EDT)
      • <Possible follow-ups>
      • Kay Michael - Thu, 24 Jun 1999 11:26:23 +0100 <=
      • Chuck Robey - Thu, 24 Jun 1999 21:27:37 -0400 (EDT)
Keywords
xml