<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr 
align=left>hello,&nbsp;I&nbsp;need&nbsp;to&nbsp;create&nbsp;this&nbsp;xml&nbsp;tag&nbsp;using&nbsp;jdom&nbsp;in&nbsp;java:<BR>Code:<BR><BR>&lt;stream:features&gt;<BR>&nbsp;&nbsp;&lt;bind&nbsp;xmlns="urn:ietf:params:xml:ns:xmpp&shy;-bind"&nbsp;/&gt;<BR>&nbsp;&nbsp;&lt;session&nbsp;xmlns="urn:ietf:params:xml:ns:xmpp&shy;-session"&nbsp;/&gt;<BR>&lt;/stream:features&gt;<BR><BR><SPAN 
class=466490923-24032008><FONT face=Arial color=#0000ff size=2>That is not 
namespace-well-formed XML: the "stream"&nbsp;prefix is used, but is not bound to 
any namespace URI. Why would you want to create XML that violates the 
namespaces&nbsp;specification? -&nbsp;no application is going to be able to 
process it.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=466490923-24032008></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=466490923-24032008><FONT face=Arial 
color=#0000ff size=2>Michael Kay</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=466490923-24032008><FONT face=Arial 
color=#0000ff size=2><A 
href="http://www.saxonica.com/">http://www.saxonica.com/</A></FONT>&nbsp;</SPAN></DIV></BODY></HTML>