Expression xpathExpr = super.createExpression( factory,
tagScript,
attributeName,
attributeValue );
return new XPathExpression(attributeValue, xpathExpr, tagScript);
}
// will use the default expression instead
return super.createExpression(factory, tagScript, attributeName, attributeValue);
}