View Single Post
  #1  
Old 03-16-2007, 02:43 PM
wellilein wellilein is online now
Registered User
 
Join Date: 11-30-2005
Posts: 53
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].
Reply With Quote