-
The rude comments from "nobody" seem to be about a specific parser, not about SAX itself. I suggest that you take your comments to the developers of the parser you're using, but FWIW, it sounds like they're implementing SAX correctly. We designed SAX to be fast, and were careful not to force extra buffering on anyone.
2008-03-05 13:22:00 UTC in SAX: Simple API for XML
-
SAX doesn't actually include a parser -- you need to file this bug against JAXP.
2007-08-28 18:57:35 UTC in SAX: Simple API for XML
-
SAX doesn't actually include a parser -- you need to file this bug against JAXP.
2007-08-28 18:54:07 UTC in SAX: Simple API for XML
-
SAX doesn't actually include a parser -- you need to file this bug against JAXP.
2007-08-28 18:53:49 UTC in SAX: Simple API for XML
-
SAX allows parsers to split character data into multiple events however they want. A client application has to concatenate all of the character events inside an element.
2007-08-28 18:52:47 UTC in SAX: Simple API for XML
-
The official 0.2 Java release, from 2000-09-18, is now available for download here. It will serve as a baseline for newer releases.
2005-01-21 18:25:04 UTC in XML Writer
-
dmegginson committed patchset 173 of module sax2 to the SAX: Simple API for XML CVS repository, changing 1 files.
2004-12-02 02:49:58 UTC in SAX: Simple API for XML
-
dmegginson committed patchset 172 of module sax2 to the SAX: Simple API for XML CVS repository, changing 3 files.
2004-04-28 00:38:12 UTC in SAX: Simple API for XML
-
dmegginson committed patchset 171 of module sax2 to the SAX: Simple API for XML CVS repository, changing 4 files.
2004-04-26 18:43:52 UTC in SAX: Simple API for XML
-
dmegginson committed patchset 170 of module sax2 to the SAX: Simple API for XML CVS repository, changing 1 files.
2004-04-26 18:43:06 UTC in SAX: Simple API for XML