I want to write a parser(or use existing one) for OFX format.
I'v tried ofx_csharp, but it doesn't suit to my case, moreover it has some requirements to import file. So I thought it would be better to write parser on my own.
What are the best pratices? Is SGML format parseble? I mean can it be parsed in the same way as xml(via some kind of xpath)? Or perhaps it can be properly transformed to xml and then parsed?