Hi Bill, I did not check beyond the xml feeds I was working on, can you point me to some example texts you would like me to test?
Ken -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of bill lam Sent: Thursday, April 22, 2010 11:20 PM To: [email protected] Subject: Re: [Jprogramming] x2j (XML to J) - innovative declarative wayto parse XML As far as I know, gtk use utf-8 on windows, so that I suspect this libexpat64.dll also use utf-8. Did you test it for unicode xml data? mer, 21 Apr 2010, Lettow, Kenneth skribis: > Hi, > > I was trying parse a xml feed from the St. Louis Fed Reserve Bank database (FRED) (see api @ http://api.stlouisfed.org/docs/fred/series_observations.html.) using Oleg's x2j sax parser. > > I tried the various examples on the wiki as well as the one in the email below, and I kept getting the following error. > > process_px2j4_ TESTX2J4 > |domain error: ParserCreate > | PARSER=: ParserCreate<<0 > > When I finally hunted down the problem there was a reference to a 64bit dll that doesn't exist. > > fexist 'C:\j64-602\addons\xml\sax\lib\libexpat64.dll' > 0 > > I was able to download a copy of the expat64 dll from http://www.gtk.org/download-windows-64bit.html (see Third party dependencies). > > It required renaming the dll to libexpat64.dll and putting it in ~addons\xml\sax\lib. > > Once I did this, everything worked perfectly. Thanks for great tool Oleg! > > I just wanted to point out this problem, so the addon can be fixed in JAL. > > Thanks, > > Ken > > -----Original Message----- > [---=| TOFU protection by t-prot: 103 lines snipped |=---] -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
