textOfaWithTextEquals.txt Bikle -------------------------- English: Give me a list of all text nodes which reside in elements which contain a text node which is exactly equal to "Stanford". In other words, if any elements contain a text node equal to "Stanford", give me those text nodes. XPath: //a[ ./text() = "Stanford" ]/text() The above XPath expression would return the following syntax to XSLT or XQuery: Stanford