Monday
Jan312005
XPath 'eats' InputSource?
Monday, January 31, 2005 at 8:05AM
This code confuses me:
That works, but if I try and evaluate another
InputSource is = new InputSource(new StringReader(string));
String result = preCompiledXPathExpression.evaluate(is);
That works, but if I try and evaluate another
XPathExpression I get an IOException unless I recreate the InputSource.
in
Code
Code 
Reader Comments