Answers for "HTML ancestors" https://knowledge.亚搏在线safe.com/questions/72259/html-ancestors.html The latest answers for the question "HTML ancestors" Answer by takashi https://knowledge.safe.com/answers/72366/view.html

Hi@jdh, I think it's hard to accomplish that with CSS Selectors.

A workaround I can think of is, collect all your interested elements with a StringSearcher and save them into a list attribute, explode the list, and then parse them line by line.If your interested elements are

,

, and, this regex matches them, for example.

         
          |
          
           |
           
          
         

Wed, 13 Jun 2018 22:42:13 GMT takashi