Re: XML in chatting software
["Sameer Shinde via JavaKB.com" <forum@xxxxxxxxxx>]
| Hello, I am new to XML and I want to know how can I improve my Chatting
| software written in Java using XML? In chatting software there is a lot of
| data transfer along with formatting infomation. It is suggested to me that
| using XML I may do it easily. How to proceed? -Sameer
have a look at XMPP:
http://www.xmpp.org/
I am not very fond of XML as a transport protocol, but to format
messages I guess you could do a lot worse.
-Bjørn
.
Relevant Pages
- XML in chatting software
... I am new to XML and I want to know how can I improve my Chatting ... software written in Java using XML? ... In chatting software there is a lot of ... data transfer along with formatting infomation. ... (comp.lang.java.programmer) - XML in chatting software
... I am new to XML and I want to know how can I improve my Chatting ... software written in Java using XML? ... In chatting software there is a lot ... of data transfer along with formatting infomation. ... (comp.lang.java.programmer) - XML in chatting software
... I am new to XML and I want to know how can I improve my Chatting ... software written in Java using XML? ... In chatting software there is a lot ... of data transfer along with formatting infomation. ... (comp.lang.java.help) - Re: How to parse xml in JS
... XML data transfer - but ... Virtually any server side language is able to make remote requests ... With client-side cross-domain handling we have: ... (comp.lang.javascript) - READING/MERGING XML DATA
... I've struggled my way through figuring out how to use XML to transport ... data..now I can imagine what having a baby is like:) ... will be used to process the data transfer. ... the row state of the rows in DS2 are set to UNCHANGED after the data from DS1 ... (microsoft.public.dotnet.general) |
|