parsing different xml messages

kaklis at gmail.com kaklis at gmail.com
Tue Jul 27 07:58:16 EDT 2010


On Jul 27, 6:30 am, Stefan Behnel <stefan... at behnel.de> wrote:
> kak... at gmail.com, 27.07.2010 12:17:
>
> > I receive the following different Xml Messages from a socket:
>
>  From a bare socket? TCP? UDP? Or what else?
>
> > Which is the best way to make a distinction between them so that every
> > time my app receives the one or the other, parse them correctly?
>
> Use an application level protocol?
>
> Stefan

>From a tcp socket using the twisted framework.
Application level protocol... Such as?



More information about the Python-list mailing list