class OFX::Tokenizer::OFX1

Tokenizer for OFX version 1 files, which use an SGML-like format. Splits the file into a colon-separated header section and an SGML body, then normalizes the body into valid XML before parsing with Nokogiri.