Error FORX0001 in file:///home/fenglich/dev/qt-xslt/tests/auto/xmlpatterns/queries/invalidRegexpFlag.xq, at line 1, column 1: I is an invalid flag for regular expressions. Valid flags are: x - Whitespace characters are removed, except when they appear in character classes i - Matches are case insensitive m - ^ and $ match the start and end of a line. s - . matches newline characters