Tagged Questions

3
votes
2answers
406 views

How to parse this OFX file?

this is an original ofx file as it comes from m bank (no worries, theres nothing sensitive, i cut out the middle part with all the transactions) Open Financial Exchange (OFX) is a data-stream ...
0
votes
1answer
288 views

Is there a better Regex for parsing DTD

I've got the DTD for OFX 1.03 (their latest version despite having developed and released 1.60, but I digress...) I would like to use regex to have groups that split an entity, element, other tags ...