Does xmlPoke support setting innerText values?  For example:

     // Set the value in the new config file
     if (targetNode.NodeType == XmlNodeType.Element)
     {
      targetNode.InnerText = newValue;
     }
     else
     {
      targetNode.Value = newValue;
     }

I'm guessing no, because it doesn't seem to be working for me.  Is there any 
way someone could add this simple change?

Thanks,
Eric



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to