Subject: RE: XPath question
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Thu, 11 May 2000 13:31:44 +0200
|
Your expression selects first the current node (div type='introduction),
then any of its children (which are head, pb, div type='partie'), then any
pb child of one of these children. Only the second pb in your example is a
child of a child of div type='introduction'.
Linda
> -----Original Message-----
> From: Sydney [mailto:moisi_fr@xxxxxxxx]
> Sent: Thursday, May 11, 2000 1:03 PM
> To: XSL-List@xxxxxxxxxxxxxxxx
> Subject: XPath question
>
>
> Hi
>
> <div type="introduction">
> <head>Introduction</head>
> <pb/>
>
> <div type="partie">
> <p>Test
> </p>
> <pb/>
> </div>
>
> </div>
>
> <xsl:template div[@type='introduction']">
> <xsl:for-each select="./*/pb">
> Find pb
> </xsl:for-each>
> </xsl:template>
>
> Why xt find only one pb.
>
> Thanks
> Sydney
>
> ___________________________________________________________
> Do You Yahoo!?
> Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: XPATH question, (continued)
- Kay Michael - Wed, 3 May 2000 14:58:57 +0100
- Sydney - Thu, 11 May 2000 13:02:44 +0200 (CEST)
- Ben Robb - Thu, 11 May 2000 12:22:36 +0100
- Linda van den Brink - Thu, 11 May 2000 13:31:44 +0200 <=
- Kay Michael - Thu, 11 May 2000 13:32:50 +0100
|
|