<LABEL id=HbSession SessionId="2300368173"></LABEL>
<DIV><FONT size=2>
<P>In my program I extract text from one of the element in my xml document and I need to change the root element of the xml document to the text that I've extracted from one of the element in the doc</P>
<P>[CODE] </P>
<P>Element rootElement = (Element) xmlObject.getElement();</P>
<P>Element element= rootElement.getChild("Element");</P>
<P>String text= element.getText();</P>
<P>rootElement.setName(text);</P>
<P>[/CODE]</P>
<P>I get an error [I]The name "Internal Training"(which is the text returned) is not legal for JDOM/XML elements: XML names cannot contain the character " "</P>
<P>How do I remove the characters "".</P></FONT></DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://antispam.yahoo.com/whatsnewfree">Protect your identity with Yahoo! Mail AddressGuard</a>