[JDEV] Sending message in xml tags
Jacek Konieczny
jajcus at bnet.pl
Wed Apr 23 05:17:20 CDT 2003
On Wed, Apr 23, 2003 at 03:18:15PM +0530, Satish Plakote wrote:
> i want to send an message in XMl format to a user
> Is there a support in the api for doing so ?
Just append it as a child of the <message/> element
with proper namespace declaration. If it is your own
XML document type, just use any URL you are controlling
(eg. file on your home page, it doesn't even need to exist there)
as the namespace identifier (value of xmlns attribute).
Greets,
Jacek
More information about the JDev
mailing list