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?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.