When parsing using SAXReader.read(File)
a DocumentException is thrown if the # sign exists in
the file name. This is not the case when parsing via
SAXReader.read(InputSource)
this will cause a DocumentException:
new SAXReader().read(new File("#.xml"));
this will not:
new SAXReader().read(new InputSource(new FileReader
(new File("#.xml"))));
Nobody/Anonymous
None
None
Public
|
Date: 2006-06-19 21:14 Logged In: YES |
|
Date: 2003-02-12 09:05 Logged In: YES |
|
Date: 2003-02-12 00:04 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2003-02-12 09:05 | jstrachan |
| close_date | - | 2003-02-12 09:05 | jstrachan |
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use