DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8194>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8194

% char in file name causes exception in parse method





------- Additional Comments From [EMAIL PROTECTED]  2002-10-16 15:01 -------
Okay, I'm an idiot! All I had to do was change my call to parse() to a URI 
string instead of a File object. For some reason I was thinking the argument to 
parse HAD to be a File object. Changing my code to this worked:

    documentBuilder.parse(xmlFile.toURI().toString());

where xmlFile is a File object. 

Thanks for the quick responses!!!
Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to