On 23-Oct-08, at 11:58 AM, Sergei Golovan wrote:
On Thu, Oct 23, 2008 at 10:38 PM, Curtis King <[EMAIL PROTECTED]> wrote:
One the of the big strength of the xmpp model is that servers can
route and
do all the heavy lifting for the business rules, etc by just parse
the outer
parts of the xml stanza.
XML is such a wondeful language where you can't recognize the outer
part of the stanza without entirely parsing it. So, server has to
parse every byte it receives.
I'm amazed by the number of people on this list, whom seem to forget
about the difference between lexing and a parsing when discussing XML.
It's like some kind of XML haze...
ck