Vadim Gritsenko wrote:
Terry Rosenbaum wrote:
Try /doc[contains(title,"fo'o")] ... Double quotes work too.
I think that /doc[contains(title,"fo"o")] also should work, right?
Vadim
Actually, for an apostrophe, shouldn't it be ' instead of " ? ;)
Upayavira wrote:
If I do /doc[contains(title,'foo')], I'm fine. But what if the term I want to use in place of foo contains an apostrophe? How can I handle that?
Regards, Upayavira