Title: RE: importing "web connect" files -- was importing bank qif file

Hi,

I would like to stress the fact that OFX is not "a" version of XML neither
it is XML compliant at this time.

The "problem" with OFX is that is does not enforce closing of every single
tag. Even some client parsers (most notably Quicken) bark on finding these.

I am in the stage of assembling information on how to parse these files,
probably with the html part of expat or libhtml, which I translated to PHP
for the server part (quicken-ofx-server, download site is currently unavailable).

some links

http://services.eurobench.nl/quicken/quicken.php

for requests(==server)

http://services.eurobench.nl/quicken/post.php

form to easily post you scripts to the server (have to check if
I still allow this)

Bolke de Bruin
Network Administrator & Programmer
Tijd Beursmedia B.V.

-----Original Message-----
From: Dave Peticolas [mailto:[EMAIL PROTECTED]]
Sent: vrijdag 13 april 2001 23:36
To: "Nathan " A. " Smith"
Cc: gnucash-devel
Subject: Re: importing "web connect" files -- was importing bank qif
file


Nathan "A." Smith writes:
> Hi again,
>
> When I posted my last question, I was under the impression that online
> banks used qif files -- that was a poor assumption.  My bank (as well as
> many others) are using web connect.  Web connect uses a new format based
> of of xml (as of version 2.0).  This new format (ofx, I think) is talked
> about on gnucash.org -- but it doesn't talk about were it is now.  Can I
> get an update?
>
> As I stated before, the new oxf format must meet the xml standards.
> Thus a parser such as expat (used for mozilla) should be easily added to
> gnucash.  How to go from there I am not sure.
>
> If anyone could tell me were you are on that and how I may help, please
> drop a line.

We haven't made any progress in supporting OFX. The next stable
version (1.6.0) will be using XML for the native gnucash format,
so a parser is already available (gnome-xml).

If you would like to work on an OFX importer, that would be great.
The OFX specification is available online:

http://www.ofx.net/ofx/default.asp

dave
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to