Closed GuntherRademacher closed 1 year ago
Sorry, my fault. The invocation of getTree had left the try block, but it must stay in there to have IxmlException caught and handled with IXML_RESULT_X. Obviously I had not run the tests...
getTree
try
IxmlException
IXML_RESULT_X
…thanks again.
Sorry, my fault. The invocation of
getTree
had left thetry
block, but it must stay in there to haveIxmlException
caught and handled withIXML_RESULT_X
. Obviously I had not run the tests...