XPath to return string concatenation of qualifying child node values

前端 未结 7 1704
太阳男子
太阳男子 2020-11-29 07:44

Can anyone please suggest an XPath expression format that returns a string value containing the concatenated values of certain qualifying child nodes of an element, but igno

7条回答
  •  甜味超标
    2020-11-29 07:53

    You could use a for-each loop as well and assemble the values in a variable like this

    
        
          
        
      
    

提交回复
热议问题