You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by "Roytman, Alex" <ro...@peacetech.com> on 2000/05/24 20:39:44 UTC

Parser does not close XML file with JDK 1.3

after I do 

  DOMParser parser = getParser();
  parser.parse("some-file.xml");

some-file.xml stays opened.

What is interesting it ONLY happens with JDK 1.3 -with JDK 1.2.2 I do not
have this problem