<!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 5.50.4923.2500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=712165611-28082003><FONT face=Arial color=#0000ff size=2>How 
about putting CDATA markers around it?</FONT></SPAN></DIV>
<DIV><SPAN class=712165611-28082003><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=712165611-28082003><FONT face=Arial color=#0000ff 
size=2>Thus</FONT></SPAN></DIV><SPAN class=712165611-28082003>
<DIV><BR><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;![CDATA[</FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=712165611-28082003>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;... 
all your content here 
&lt;/p&gt;</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]&gt;</FONT></FONT></FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Cassio Prazeres 
  [mailto:cassio.prazeres@ig.com.br]<BR><B>Sent:</B> Wednesday, August 27, 2003 
  4:50 PM<BR><B>To:</B> JDOM Interest List<BR><B>Subject:</B> [jdom-interest] 
  Creating element<BR><BR></FONT></DIV>
  <DIV>
  <DIV><FONT face=Arial size=2>Sorry about duplicates.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I can create a JDOM element passing 
  a&nbsp;content&nbsp;text?</FONT></DIV></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>example:</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I&nbsp;want create a element &lt;body&gt; whith 
  the content:</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>&lt;p&gt;The advent of the Web as a new 
  publishing media where news may be presented as a multimedia and interactive 
  document and the digitalization of content are imposing changes in the current 
  models for producing journalistic content.&lt;/p&gt;<BR>&lt;p&gt;These changes 
  look for a rationalization in the way journalists compose their material 
  (possibly a multimedia document), mainly when the same news must be presented 
  trough different communication media and be available for retrieving by tools 
  oriented by metadata, markup and hyperlinks established over 
  contents.&lt;/p&gt;<BR>&lt;p&gt;The aims of this paper are to present and to 
  discuss some problems and solutions related to the authoring of 
  hypermedia/multimedia news. Issues like multimedia news content production 
  (Multimedia Journalism), news content production for publishing in multiple 
  media (Journalism for Multiple Media), preserving semantic of news content and 
  establishing hyperlinks among news are discussed in the 
  paper.&lt;/p&gt;<BR>&lt;p&gt;A model to represent and manage news, based on 
  markup languages, is presented, together with a tool designed to minimize 
  possible resistance journalists may offer to these 
  changes.&lt;/p&gt;</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>i try:</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; String s = [text 
  above]</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Element root = new 
  Element("body");<BR>&nbsp;&nbsp;&nbsp; 
  root.addContent(s);<BR>&nbsp;&nbsp;&nbsp; document = new 
  Document();<BR>&nbsp;&nbsp;&nbsp; document.setRootElement(root);</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>the tags &lt;p&gt; need to be elements too. The 
  code above dont work. Anybody have a suggestion???</FONT></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>Thanks and sorry about my wrong 
  English.</FONT></DIV></BLOCKQUOTE></BODY></HTML>