Query building in XSL based on dynamic number of parameters.
search string, (e.g. "foo" or "foo bar" or "more foo bar") using a web form,
have asp split the search string into individual parameters and then have
all nodes in an xml document that contain ANY of the words (case-insensitive)
be displayed. Does anyone know how to create something like this or know
of a website that might have a similar example?

