|

AttributeValue


(string) The value you want the attribute to have.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

XML.SetValue

OverviewExamples

XML.SetValue ( string XMLPath,


string Value,


boolean WriteCDATA = false )


De s cr ip t ion


Sets the value of an element.


Note: For more information on the XML actions, see the XML Actions Concepts topic.


image

P arame t er s


XMLPath


(string) The full path to the element whose value you want to set.


|