XML Object
 
Syntax
 
AccumulateTagContent(tag As String, skipTags As String) As String
 
Description
Accumulates the content of all nodes having a specific tag into a single result string. SkipTags specifies a set of tags whose are to be avoided. The skipTags are formatted as a string of tags delimited by vertical bar characters. All nodes in sub-trees rooted with a tag appearing in skipTags are not included in the result.
 
Returns a null on failure