[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: "Binary XML" proposals
- From: Danny Ayers <danny@panlanka.net>
- To: Gerd Mueller <gerd@smb-tec.com>, The Deviants <xml-dev@lists.xml.org>
- Date: Tue, 10 Apr 2001 19:44:45 +0600
Hey - that sounds cunning! The only thing I don't get though :
This approach is definitly faster than sending text-based XML through
<- the connection and reparse it on the other side, especially when
<- you've got many request with small amounts of XML to be transfered,
<- since the XML parser overhead is to much in this case.
Don't you have to parse XML first at the sender side to generate the SAX
events?