<!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.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=111092916-15022006>You're 
not in the "tips and tricks" stage yet.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=111092916-15022006></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=111092916-15022006>Read 
these articles, learn a little, then come back when you are 
stuck...</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><A 
href="http://www.javaworld.com/javaworld/jw-05-2000/jw-0518-jdom.html">http://www.javaworld.com/javaworld/jw-05-2000/jw-0518-jdom.html</A></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><A 
href="http://www.javaworld.com/javaworld/jw-07-2000/jw-0728-jdom2.html">http://www.javaworld.com/javaworld/jw-07-2000/jw-0728-jdom2.html</A></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</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> Roberto Marra 
  [mailto:rmarra@montefiore.ch]<BR><B>Sent:</B> Wednesday, February 15, 2006 
  10:31 AM<BR><B>To:</B> jdom-interest@jdom.org<BR><B>Subject:</B> 
  [jdom-interest] Modify an xml thru JDOM<BR><BR></FONT></DIV>
  <DIV><FONT face="Trebuchet MS">Hi guys Im new in this list &amp; new with 
  JDOM, so "hi" to everybody &amp; thanx for your precious comments &amp; 
  helps.</FONT></DIV>
  <DIV><FONT face="Trebuchet MS"></FONT>&nbsp;</DIV>
  <DIV><FONT face="Trebuchet MS">My question is:</FONT></DIV>
  <DIV><FONT face="Trebuchet MS"></FONT>&nbsp;</DIV>
  <DIV><FONT face="Trebuchet MS">Let say that I got an XML file like this 
  one:</FONT></DIV>
  <DIV><FONT face="Lucida Sans Unicode"></FONT>&nbsp;</DIV>
  <DIV><FONT face="Lucida Sans Unicode"><FONT face=Courier size=1>&lt;?xml 
  version="1.0" encoding="ISO-8859-1"?&gt;<BR>&lt;righeOrdine 
  nrOrd="1"&gt;<BR>&nbsp;&lt;id 
  art="292"&gt;<BR>&nbsp;&nbsp;&lt;sequenza&gt;1.1&lt;/sequenza&gt;<BR>&nbsp;&nbsp;&lt;codice&gt;110061&lt;/codice&gt;<BR>&nbsp;&nbsp;&lt;descrizione&gt;PET 
  FILM CORONA 
  OUTSIDE&lt;/descrizione&gt;<BR>&nbsp;&nbsp;&lt;tipologia&gt;PTR&lt;/tipologia&gt;<BR>&nbsp;&nbsp;&lt;trattamento&gt;CR2&lt;/trattamento&gt;<BR>&nbsp;&lt;/id&gt;<BR>&nbsp;&lt;id 
  art="293"&gt;<BR>&nbsp;&nbsp;&lt;sequenza&gt;2.1&lt;/sequenza&gt;<BR>&nbsp;&nbsp;&lt;codice&gt;110071&lt;/codice&gt;<BR>&nbsp;&nbsp;&lt;descrizione&gt;PET 
  PVDC 
  COATED&lt;/descrizione&gt;<BR>&nbsp;&nbsp;&lt;tipologia&gt;PTR&lt;/tipologia&gt;<BR>&nbsp;&nbsp;&lt;trattamento&gt;PC1&lt;/trattamento&gt;<BR>&nbsp;&lt;/id&gt;<BR>&lt;/righeOrdine&gt;</FONT></FONT></DIV>
  <DIV><FONT face="Lucida Sans Unicode"><FONT face=Courier 
  size=1></FONT></FONT>&nbsp;</DIV>
  <DIV><FONT face="Lucida Sans Unicode"></FONT>&nbsp;</DIV>
  <DIV><FONT face="Trebuchet MS">what I would like to do is thru JDOM update 
  just some value of the &lt;id art="293"&gt;, let say I would update the 
  "codice" from 110071 to 112071. Im sure is possible to do that, can you just 
  suggest me some tips&amp;tricks to do it? (of course using java)</FONT></DIV>
  <DIV><FONT face="Trebuchet MS"></FONT>&nbsp;</DIV>
  <DIV><FONT face="Trebuchet MS">Any help is appriciated</FONT></DIV>
  <DIV><FONT face="Trebuchet MS"></FONT>&nbsp;</DIV>
  <DIV><FONT face="Trebuchet MS">Cheers</FONT></DIV>
  <DIV><FONT face="Trebuchet MS">Roberto</FONT></DIV>
  <DIV><FONT face="Trebuchet MS"></FONT>&nbsp;</DIV>
  <DIV><FONT face="Trebuchet MS"><BR></FONT></DIV>
  <DIV><FONT face="Trebuchet MS"></FONT>&nbsp;</DIV>
  <DIV><FONT face="Lucida Sans Unicode"></FONT>&nbsp;</DIV>
  <DIV><FONT 
face="Lucida Sans Unicode">&nbsp;</DIV></BLOCKQUOTE></FONT></BODY></HTML>