<div>Hello</div>
<div> I would like to change the value of the Xmlcontent in the moment of publishing. Exactly i would like to change the value of some links. How can i do that with opencms api?</div>
<div> That is,</div>
<div>     I can do the follow </div>
<div>           CmsXmlContent con = CmsXmlContentFactory.unmarshal(cms,file);</div>
<div>           //Later i have to change the values of the con</div>
<div>          //and write to database, how can i do that?</div>
<div> </div>
<div>My problems are:</div>
<div>   *Getting the link tables</div>
<div>   *Change them.</div>
<div> </div>
<div> </div>