<!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.2657.73">
<TITLE>RE: [jdom-interest] Using xml prefix for an attribute</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Use:</FONT>
</P>

<P><FONT SIZE=2>e.setAttribute(&quot;lang&quot;, &quot;de&quot;, Namespace.XML_NAMESPACE)</FONT>
</P>

<P><FONT SIZE=2>Rolf</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: jdom-interest-admin@jdom.org</FONT>
<BR><FONT SIZE=2>[<A HREF="mailto:jdom-interest-admin@jdom.org">mailto:jdom-interest-admin@jdom.org</A>]On Behalf Of Morten</FONT>
<BR><FONT SIZE=2>Sent: Tuesday, November 25, 2003 10:59 AM</FONT>
<BR><FONT SIZE=2>To: jdom-interest@jdom.org</FONT>
<BR><FONT SIZE=2>Subject: [jdom-interest] Using xml prefix for an attribute</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>Hi.</FONT>
</P>

<P><FONT SIZE=2>I'm serializing some data to TMX (an XML based format), which requires</FONT>
<BR><FONT SIZE=2>an attribute in the xml NS, eg. xml:lang=&quot;de&quot;. I've tried the following:</FONT>
</P>

<P><FONT SIZE=2>Element e = new Element(&quot;elem&quot;);</FONT>
<BR><FONT SIZE=2>e.setAttribute(&quot;lang&quot;, &quot;de&quot;,</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp; Namespace.getNamespace(&quot;xml&quot;,&quot;<A HREF="http://www.xml.org/" TARGET="_blank">http://www.xml.org/</A>&quot;))</FONT>
</P>

<P><FONT SIZE=2>But the JDOM complains:</FONT>
</P>

<P><FONT SIZE=2>[sauron]~&gt;java test</FONT>
<BR><FONT SIZE=2>Exception in thread &quot;main&quot; org.jdom.IllegalNameException: The name &quot;xml&quot; </FONT>
<BR><FONT SIZE=2>is not legal</FONT>
<BR><FONT SIZE=2>for JDOM/XML Namespace prefixs: Namespace prefixes cannot begin with </FONT>
<BR><FONT SIZE=2>&quot;xml&quot; in any comb</FONT>
<BR><FONT SIZE=2>ination of case.</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.jdom.Namespace.getNamespace(Namespace.java:154)</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at test.main(test.java:12)</FONT>
</P>

<P><FONT SIZE=2>What to do..?</FONT>
</P>

<P><FONT SIZE=2>Thanks in advance,</FONT>
</P>

<P><FONT SIZE=2>Morten</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>To control your jdom-interest membership:</FONT>
<BR><FONT SIZE=2><A HREF="http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com" TARGET="_blank">http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com</A></FONT>
</P>

</BODY>
</HTML>