http://bugs.grommit.com/show_bug.cgi?id=388
roland.mainz at nrubsig.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|RFE: Add XML/SAX parser |RFE: Add XML/XmlReader |support |parser support ------- Comment #3 from roland.mainz at nrubsig.org 2008-08-10 18:24 PDT ------- Some progress here: - We foound that libxml2 is not usefull in our case since much of the problems we had were caused by the lack of reentrancy in libxml2 (and it's not going to be fixed anytime soon). We may use the "Parfify" XML parser instead (which is fully reentrant and is much sleeker). - We switch from SAX to a XmlReader-like interface (XmlReader doesn't require lots of callback functions to be implemented and therefore saves significant code space) which can be used to implement SAX+DOM on the shell level. -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.