Created on 14 April 2022
icon_unfollowing
Login to follow
html-parsar

Html Parsar

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded on 30 April 2022 by 
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)
Category
Demos & samples, Other demos & samples
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Html Parsar has no dependencies.
Application Objects
Html Parsar has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads