[JDEV] Re: [Win32-dev] Interface Ad Ins?
Eric Bowersox
ebowersox at corp.webb.net
Tue Dec 21 12:19:06 CST 1999
> There is no <x> tag. The 'x' tag merely represents ANY tag
> that declares
> it's own namespace in a xmlns attribute. Perhaps I'm
> translating incorrectly?
> I had understood that the 'X' was merely a representation of
> any tag that
> declares it's own namespace?
If so, I'm in deep you-know-what...
I understood that a message with extensions looked something like this:
<message to='erbo at jabber.org' from='jrn at example.com'>
<body>This is example text</body>
<x xmlns='your:namespace:here'>
<tag1>
<contents>note that these are all in the your:namespace:here
namespace</contents>
<othertag attr='foo!!!'/>
</tag1>
</x>
<x xmlns='some:other:namespace'>
<sometag msg='you get the idea'/>
</x>
</message>
If not, then I need to rewrite a bunch of code, quick :-)
Eric
More information about the JDev
mailing list