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]
Other format: [Raw text]

Re: Xpath predicates question



> but can you do something like
>
> /library/book[title = <xsl:value-of select = "/personal_info/favorite_book" />]

Yes, like this... didn't you try it?

/library/book[title = /personal_info/favorite_book]
No, I *didn't* try it the way that you specified--if I'd known to try it that way, I wouldn't need to be asking for help :) ... I did try it the way I wrote it, but of course it didn't work :(

Thanks for the correct syntax,
Amanda


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]