Talk:XQuery/Filtering Words

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

In the discussion you mention an improvement to contains() but I wouldn't have used that in the first place here - simpler is

  if ($stopwords/word = $word)

In general the stoplist would be in the database and then indexing would speed the search.

I've written another version where the input is entered in a text box (stoplist_1.xq)

Also the links to the CSS didnt work - these could be added to the server.

ChrisWallace 06:04, 23 August 2007 (UTC)