Tagged Questions
11
votes
5answers
2k views
What are some OFX (Open Financial Exchange) APIs?
I am planning to develop a small application which displays my bank account details(like Mint.com) where I can customize the display of my own. I want to know how and where to start.
Where these OFX ...
2
votes
1answer
501 views
How can I transform XML to invalid XML using XSLT?
I need to transform a valid XML document to the OFX v1.0.2 format. This format is more or less XML, but it's technically invalid and therefore cannot be parsed as XML.
I'm having trouble getting my ...
0
votes
1answer
36 views
OFX Parser. Ignore XML Text Reader Exception
I am writing custom OFX -> XML parser on c#.
Currently I am using standard XMLTextReader.
The ofx format might have following structure:
<STATUS>
<CODE>0
<SEVERITY>INFO
...
0
votes
1answer
74 views
A/R & A/P in OFX file
I'm working on exporting data from an existing accounting system written in C# in house and the goal is to have the data usable in multiple accounting packages. For that we've selected the OFX ...
0
votes
3answers
1k views
How do I format DateTime or TimeZone/TimeZoneInfo to display Three letters?
I'm working with a spec that calls for a peculiar Datetime format that I haven't necessarily had to work with yet.
At Process time, an OFX (1 not 2) datetime must be stamped (either DTCLIENT or ...