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>
--~--