Add QFX formatter as a subclass of the existing OFX formatter.
Add QFX formatter as a subclass of the existing OFX formatter:
- OFX is an older format that is not XML compliant (the end tag can be missing and the header is not XML).
- QFX is fully XML compliant.
Since both formats share similar some code, they inherit from each other.
Edited by caramdache