[Home] [By Thread] [By Date] [Recent Entries]
Alex Milowski wrote: > In smallx you stream info items--not SAX. As such, when you receive > a start tag you get the name, attributes, and in-scope namespaces. > In SAX, those are separate callbacks and implementing against that > is much harder. That's blatantly incorrect. Names and attributes are not separate callbacks in SAX. They are passed as arguments to startElement. In-scope namespaces do require separate callbacks, but that's rarely needed. -- Elliotte Rusty Harold elharo@m... XML in a Nutshell 3rd Edition Just Published! http://www.cafeconleche.org/books/xian3/ http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
|

Cart



