Re: [xsl] Xpath predicates question

Subject: Re: [xsl] Xpath predicates question
From: Amanda Birmingham <lists@xxxxxxxxxxxx>
Date: Sat, 17 Aug 2002 16:48:28 -0600

> 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



Current Thread