xsl-list
[Top] [All Lists]

Re: [xsl] Finding Any Occurrance

2006-09-05 17:11:21
Yes indeed, once I got my contexts all squared away (including pesky
namespace contexts), it's all come neatly into place.

And my XSLT Cookbook arrived today, so I needn't abuse you fine folks
as a court of first resort! :-)

Bob P
simply(_dot_)bobp(_at_)gmail(_dot_)com

On 9/1/06, Wendell Piez <wapiez(_at_)mulberrytech(_dot_)com> wrote:
At 02:35 PM 9/1/2006, Bob wrote:
>It turns out my problem is actually about context. I'm inside a
>for-each loop at that point, with that loop's context pointing out
>into the outside document. I need to get myself back into the source
>document somehow. Ew. Am I going to have to explicitly call the
>document every time I want something from it?

Ah, in that case it will help if you've bound your original source
document to a variable...

if test="$source//title = $matcher"

Or maybe you want to bind the titles themselves to the variable.

Cheers,
Wendell


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>