A
Andy Fish
Hi,
I am trying to parse a file using Xerces' DOMParser.parse(String systemId)
I have come across a problem where it refuses to open a file with curly
braces "{" or "}" in the file name. I just get a SAXException saying the
file does not exist
is it trying to do some kind of parameter substitution into the filename?
Andy
I am trying to parse a file using Xerces' DOMParser.parse(String systemId)
I have come across a problem where it refuses to open a file with curly
braces "{" or "}" in the file name. I just get a SAXException saying the
file does not exist
is it trying to do some kind of parameter substitution into the filename?
Andy