xsl-list
[Top] [All Lists]

Re: Comparing nodes in XPath

2005-01-21 13:32:54
It's working now using the variable. I don't know what i was doing
wrong, but just in case i'm going to try to convince my boss that i
can't work fridays after lunch time.

BTW 

<xsl:value-of 
select="document('connections.xml')/connections/connection[(_at_)id=(_dot_)/Conn]"/>

is equivalent to 

<xsl:value-of 
select="document('connections.xml')/connections/connection[(_at_)id=Conn]"/>
?

If it is, how can i reference the current main node when inside a
xpath referencing another document?

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