USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Write a value into a field node in the XML document
Sets a field value in the current XML document (mdoc). XmlSet uses 1-based row indexing; XmlSet0 uses 0-based. Use "*" to update all rows, a number to update a specific row, or "/" to set at the document element level.
| Parameter | Description |
|---|---|
| cmd | Row selector: "*" for all rows, "/" for document-element level, or a 1-based row number (0-based for XmlSet0) |
| Argument 0 | Field name or XML tag to set |
| Argument 1 | Value to write into the node |
| Argument 2 | "1" or "True" to only set the value if the node is currently empty |
XmlSet "Row selector: "*" for all rows, "/" for document-element level, or a 1-based row number (0-based for XmlSet0)", "Field name or XML tag to set", "Value to write into the node", ""1" or "True" to only set the value if the node is currently empty"