> That's indeed what I am doing. Right now XMPP is not really following > XML rules. It made new ones, and make it more difficult. As far as i remember, XMPP is following XML rules, but only made them stricter, such that the parsers were simpler (i.e. didn't have to deal with full XML spec). This implies that the serializers have to play by some rules (which isn't so bad, since serializing doesn't necessarily need an XML library). I don't really see why you would need to modify your XML parser to handle XMPP if it can handle XML, but maybe I'm missing something. cheers, Remko
Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.