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]

RE: Evaluate a string to a node set?


> But what we really need to be able to do is specify a path in 
> the xdata select attribute, 
> e.g.
> 
>    <xdata select="team/notes">
> or 
>    <xdata select="driver[1]/name">
> or
>    <xdata select="driver[name = "Schumacher"]/date-of-birth">
> 
This is exactly the requirement that the saxon:evaluate() extension function
is designed to meet.

Mike Kay 


 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]