I must be missing something very basic about DOM parsing.
Here is an excerpt of the java code:
DocumentBuilderFactory dfactory = DocumentBuilderFactory.newInstance();
DocumentBuilder docbuilder = dfactory.newDocumentBuilder();
Document doc = docbuilder.parse(this_config);
context.setAttribute("boo1", this_config);
context.setAttribute("boo2", doc);
The output indicates the correct file (with or without the file:///) if I
check it in the filesystem, but doc is always null. dfactory, docbuilder
all show that they have been created. The xml file is well-formed.
thanks for any help,
Rob
---------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]