require'api/expat'
   coinsert'jexpat'
   NB. install''  NB. get dll
   expat_start_elementx=: {{ echo ;x [ echo expat_characterData }}
   expat_end_elementx=: {{ echo expat_characterData }}
   0#expat_parse_xml '<a>lost<c />found</a>'

a

c

found

In other words, the current implementation discards
expat_characterData too soon.

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to