<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12">
<TITLE>Namespace</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Namespace topicMapNS = Namespace.getNamespace(&quot;<A HREF="http://www.topicmaps.org/xtm/1.0/" TARGET="_blank">http://www.topicmaps.org/xtm/1.0/</A>&quot;); </FONT>
<BR><FONT SIZE=2 FACE="Arial">Element topicMap = new Element(&quot;topicMap&quot;, topicMapNS); </FONT>
<BR><FONT SIZE=2 FACE="Arial">topicMap.addContent(new Element(&quot;topic&quot;) </FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .setText(&quot;Topic Maps&quot;)); </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Gives me:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&lt;topicMap xmlns=&quot;<A HREF="http://www.topicmaps.org/xtm/1.0/" TARGET="_blank">http://www.topicmaps.org/xtm/1.0/</A>&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp; &lt;topic xmlns=&quot;&quot;&gt;Topic Maps&lt;/topic&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&lt;/topicMap&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">The &quot;xmlns&quot; attribute on element &quot;topic&quot; is not wanted.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Please, what am I doing wrong.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Peter Sparkes </FONT>
</P>

<CODE><FONT SIZE=2><BR>
<BR>
**********************************************************************<BR>
This email and any files transmitted with it are confidential and<BR>
intended solely for the use of the individual or entity to whom they<BR>
are addressed. If you have received this email in error please notify<BR>
the system manager.<BR>
<BR>
This footnote also confirms that this email message has been swept by<BR>
MIMEsweeper for the presence of computer viruses.<BR>
<BR>
www.mimesweeper.com<BR>
**********************************************************************<BR>
</FONT></CODE></BODY>
</HTML>