Re: Error caused by existence of a file.

2001-09-17 Thread Jason E. Stewart
"Jordan C N Chong" <[EMAIL PROTECTED]> writes: > Now the problem is at the parser.parse(path). The "path" must be the > full path of the file, if not, the application will crash at "root" > and "list". I'm assuming that by 'full path' you mean fully qualified or absolute path, i.e. '/home/jason

Error caused by existence of a file.

2001-09-17 Thread Jordan C N Chong
Dear all, I actually have this question for long. Please have a look at the following code (only several lines): DOM_Document doc; DOM_Element root; DOM_Node node, child; DOM_NodeList list; DOMParser parser; // Parse the license with XML4C parser.