<!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.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT face=Arial size=2>Sorry about duplicates.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I can create a JDOM element passing
a content text?</FONT></DIV></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>example:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I want create a element <body> whith the
content:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><p>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.</p><BR><p>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.</p><BR><p>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.</p><BR><p>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.</p></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i try:</FONT></DIV>
<DIV><FONT face=Arial size=2> String s = [text
above]</FONT></DIV>
<DIV><FONT face=Arial size=2> Element root = new
Element("body");<BR> root.addContent(s);<BR>
document = new Document();<BR>
document.setRootElement(root);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>the tags <p> need to be elements too. The
code above dont work. Anybody have a suggestion???</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks and sorry about my wrong
English.</FONT></DIV></BODY></HTML>