You're using a 64 bit linux system. character is disabled because it core dumps. sax.ijs: ... create=: 3 : 0 PARSER=: ParserCreate <<0 IGNOREWS=: 0 seterr'' SetElementHandler PARSER;(cdcb 3);(cdcb 2) SetCharacterDataHandler^:(-.IF64) PARSER;cdcb 3 NB. crash in linux64 )
> Date: Fri, 15 Feb 2013 10:27:22 -0500 > From: Thomas Costigliola <[email protected]> > To: J Programming Forum <[email protected]> > Subject: [Jprogramming] sax addon problem > Message-ID: > <CAC7yQgGf2AOxO+9H2hcMwtoaBfYLhDNAiG9YXg > [email protected]> > Content-Type: text/plain; charset=UTF-8 > > I am having a problem with the sax addon in J7. It seems like the > 'characters' callback is never called. Here is one of the examples > from the > wiki: ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
