* </pre>
*/
public static void main( String argv[] )
throws org.xml.sax.SAXException
{
XPATHErrorResources resbundle = (XPATHErrorResources)(XSLMessages.loadResourceBundle(XPATHErrorResources.ERROR_RESOURCES));
if(argv.length > 1)
{
XPathSupport callbacks = null;
String parserLiaisonClassName = "org.apache.xalan.xpath.xml4j2dom.XML4JLiaison4dom";
try