I was reading this blog
http://blog.parthenoncomputing.com/dbxml/archives/2005/02/faq_how_do_i_ge_1.html
and am confused here.
I am trying to look if the word blah exists in the entire document.
Is there any difference between
//*[conatins(text(), "blah")]
and
//*[conatins( . , "blah")]
Is there any difference between the performance of the above two??
Is the using of string() function as suggested in the blog right way to do
what I want... because I read in one book that string() only matches the
first element found and does not go thru the entire document trying to match
all elements found.
_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee®
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
--~------------------------------------------------------------------
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>
--~--