Selector.XPath sXpath = null;
try {
sXpath = new Selector.XPath(sText, fSymbolTable,
schemaDoc.fNamespaceSupport);
Selector selector = new Selector(sXpath, ic);
ic.setSelector(selector);
}
catch (XPathException e) {
reportSchemaError(e.getKey(), new Object[]{sText}, sElem);
// put back attr values...