<!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, I need to create this xml tag using jdom in java:<BR>Code:<BR><BR><stream:features><BR> <bind xmlns="urn:ietf:params:xml:ns:xmpp­-bind" /><BR> <session xmlns="urn:ietf:params:xml:ns:xmpp­-session" /><BR></stream:features><BR><BR><SPAN
class=466490923-24032008><FONT face=Arial color=#0000ff size=2>That is not
namespace-well-formed XML: the "stream" prefix is used, but is not bound to
any namespace URI. Why would you want to create XML that violates the
namespaces specification? - no application is going to be able to
process it.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=466490923-24032008></SPAN> </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> </SPAN></DIV></BODY></HTML>