-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unmarshalling file with & symbol in the name. #4
Comments
Thanks for the report. Seems like the next step is to provide a unit test that reproduces the problem so we can validate a fix. |
This exception is being thrown from the XMLReader itself. It throws this because
Source: https://stackoverflow.com/questions/1091945/what-characters-do-i-need-to-escape-in-xml-documents |
What is the forecast for this correction? |
I actually can't tell if there's a bug? Shouldn't |
WHEN
ResponseEnvelope envelope = unmarshaller.unmarshal(file);
Parsing ofx file with the following statement transaction:
THEN
The text was updated successfully, but these errors were encountered: