<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am using jdom to read and analyze words&nbsp; 
pulled from xml tagged paragraphs. With normal text, every thing is ok, but 
trips up on text like below with special characters.&nbsp;Is there a special way 
I need to handle </FONT></DIV>
<DIV><FONT face=Arial size=2>these characters?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks Brian</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;BodyText kxid="xml-5.64"&gt;We declare a 
default namespace using the xmlns attribute with a URI as its value (line 6). 
Once this default namespace is in place, child elements that are part of this 
namespace do not need a namespace prefix. Element file (line 9) is in the 
namespace corresponding to the URI urn:deitel:textInfo. Compare this to Fig. 
5.8, where we prefixed the file and description elements with the namespace 
prefix text (lines 9-11).&nbsp;&nbsp; Fig. 5.9&nbsp;Using default 
namespaces.<BR>&nbsp;1&nbsp;&amp;lt;?xml version = "1.0"?&amp;gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;2&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;3&nbsp;&amp;lt;!-- Fig. 5.9 : 
defaultnamespace.xml --&amp;gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;4&nbsp;&amp;lt;!-- Using Default 
Namespaces&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&amp;gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;5&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;6&nbsp;&amp;lt;directory xmlns = 
"urn:deitel:textInfo"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
xmlns:image = "urn:deitel:imageInfo"&amp;gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;8&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;9&nbsp;&nbsp;&nbsp; &amp;lt;file filename = 
"book.xml"&amp;gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&amp;lt;description&amp;gt;A book list&amp;lt;/description&amp;gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;11&nbsp;&nbsp;&nbsp; 
&amp;lt;/file&amp;gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;12&nbsp;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;13&nbsp;&nbsp;&nbsp; &amp;lt;image:file 
filename = "funny.jpg"&amp;gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&amp;lt;image:description&amp;gt;A funny 
picture&amp;lt;/image:description&amp;gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&amp;lt;image:size width = "200" height = "100"/&amp;gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;16&nbsp;&nbsp;&nbsp; 
&amp;lt;/image:file&amp;gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;17&nbsp;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;18&nbsp;&amp;lt;/directory&amp;gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;/BodyText&gt;</FONT></DIV></BODY></HTML>