Re: [OT] xml parsing
Re: [OT] xml parsing
- Subject: Re: [OT] xml parsing
- From: Baiss Eric Magnusson <email@hidden>
- Date: Wed, 6 Sep 2006 13:20:19 -0700
Oh, silly me, who thought that the 2nd largest bank in the world
would use the new specification, whereas in their complete OFX file I
see:
VERSION:102
There are 59 large files of XSD specification on the OFX site for
vers 2, I guess that somewhere in there it tells me that all tags are
properly XML terminated but I couldn't grok it from the files.
Thanks,
Baiss
PS: I guess I'll write a custom parser that'll handle both versions...
On Sep 6, 2006, at 11:34 AM, Chuck Hill wrote:
Which version? It says, "Note: As of OFX 2.0, OFX is based on
Extensible Markup Language (XML) allowing all the latest resources
for XML to be used to develop OFX clients and servers."
So either you have OFX 1.x, or busted XML.
Chuck
On Sep 6, 2006, at 11:28 AM, Baiss Eric Magnusson wrote:
I would like to parse the relatively new <OMX> files the Bank of
America and other institutions are now using.
<http://www.ofx.net/ofx/de_main.asp>
I get the OMX file ok, but in the OMX file the <TRNAMT> tag is not
terminated, neither are any of the other tags in the <SMTTRN>
block, in proper XML the tags need to be terminated, n'est-ce pas?
My built-in XML parser can't handle it as I have it currently
written.
Example:
<STMTTRN>
<TRNTYPE>CREDIT
<DTPOSTED>20060803000003[-08:PST]
<TRNAMT>19.95
<FITID>...
</STMTTRN>
----
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden