<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hi,<BR>
 <BR>
Given certain conditions, I'm trying to update an xml value within a CmsFile programmatically.  I've gotten to a point where I've been able to unmarshal the file and can retrieve the value, but am looking for some direction on how to update this value.  Any help would be appreciated.<BR>
 <BR>
This is what I have so far:<BR>
 <BR>
CmsFile resourceFile = <FONT face="">CmsFile.upgrade</FONT>(cr, cms);<BR>CmsXmlContent xmlDocument = CmsXmlContentFactory.unmarshal(cms, resourceFile, true);<BR>Locale locale = new Locale(<FONT face="">cms.getRequestContext</FONT>().getLocale().toString());<BR>String value = xmlDocument.getStringValue(cms, "Section/ABC", locale);<BR>
 <BR>
// if value is true, then update the value<BR>
if ("true".equals(value)) {<BR>
     // ???<BR>
 <BR>
}<BR>
 <BR>
Thanks so much in advance!<BR>
 <BR>
Frank<BR><br /><hr />Give to a good cause with every e-mail. <a href='http://im.live.com/Messenger/IM/Join/Default.aspx?souce=EML_WL_ GoodCause' target='_new'>Join the i’m Initiative from Microsoft.</a></body>
</html>