html-parsar
Reactive icon

Html Parsar

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 30 April 2022
 by 
0.0
 (0 ratings)
html-parsar

Html Parsar

Details
Html Parsar is used to parse html tag text using XPATH. Some times we need to parse html tag and we required inner text.
Read more

Example - from below html if we need "//html//body//p//a" anchor tag text then using this component we can get the anchor tag text as "The freeCodeCamp Contribution Page"

<html>

  <head>

    <title>Href Attribute Example</title>

  </head>

  <body>

    <h1>Href Attribute Example</h1>

    <p>

      <a href='https://www.freecodecamp.org/contribute/'>The freeCodeCamp Contribution Page</a> shows you how and where you can contribute to freeCodeCamp's community and growth.

    </p>

  </body>


</html>

Release notes (1.0.2)

GetInnerText

GetAttributeValue

GetInnerHtml

Reviews (0)
Team
Other assets in this category