#1
|
|||
|
|||
XML Write: Support of text nodes and attributes
If I'd like to update an attribute, I could select this attribute by the XPath using /Element/@attribute instead of specifying this in the additional text box.
Writing text of an element can be done the same way. What happens in the current version of VBP if an element has several text nodes? Which text node will be updated? If I'd like to update the first text node, I could select the text by XPath /Element/text()[0]. |
|
|