[
Lists Home |
Date Index |
Thread Index
]
>f) a new contains-word() function for full-text search
I note from your web page that:
The contains-word() function now allows multiple words as arguments.
These are implicitly anded together, as in either contains-word(
//elemName, "word1", "word2", "word3" ) or contains-word( //elemName,
"word1-word2 word3" ) (using internal whitespace and/or punctuation
as word separators).
This doesn't seem very internationalizable. How does it work with
languages such as Thai that have non-whitespace based rules for word
breaking?
--
Elliotte Rusty Harold
elharo@metalab.unc.edu
Effective XML (Addison-Wesley, 2003)
http://www.cafeconleche.org/books/effectivexml
http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA
|