In 2.0 you can do
test="$fras = ('LS1', 'LS2', 'LS3'...)"
Alternatively put the strings into an XML document
<lookup>
<v>LS1</v>
<v>LS2</v>
<v>LS3</v>
...
and do test="$fras = $lookup/lookup/v".
Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference