asgrim / ofxparser

:moneybag: OFX File Parser
MIT License
108 stars 102 forks source link

XML Tags uncloseds #18

Closed patrickjmeurer closed 8 years ago

patrickjmeurer commented 8 years ago

I created a .txt with the final string of the ofx and have some XML tags unclosed...

"Failed to parse OFX: array ( 0 => LibXMLError::set_state(array( 'level' => 3, 'code' => 76, 'column' => 8, 'message' => 'Opening and ending tag mismatch: STATUS line 7 and CODE ', 'file' => '', 'line' => 10, )), 1 => LibXMLError::__set_state(array( 'level' => 3, 'code' => 76, 'column' => 13, 'message' => 'Opening and ending tag mismatch: SONRS line 5 and SEVERITY ', 'file' => '', 'line' => 13, )), 2 => LibXMLError::set_state(array( 'level' => 3, 'code' => 76, 'column' => 11, 'message' => 'Opening and ending tag mismatch: SIGNONMSGSRSV1 line 3 and STATUS ', 'file' => '', 'line' => 15, )), 3 => LibXMLError::__set_state(array( 'level' => 3, 'code' => 76, 'column' => 9, 'message' => 'Opening and ending tag mismatch: OFX line 1 and SONRS ', 'file' => '', 'line' => 31, )), 4 => LibXMLError::__set_state(array( 'level' => 3, 'code' => 5, 'column' => 1, 'message' => 'Extra content at the end of the document ', 'file' => '', 'line' => 33, )), )"

asgrim commented 8 years ago

Could you create a gist with the OFX? Don't forget to mask any sensitive data though please.

asgrim commented 8 years ago

Closing as no further information provided.