Commit Graph

3 Commits

Author SHA1 Message Date
Christopher Williams 6298f42911 Add get and rewrite attribute functions 2024-01-03 19:58:49 -05:00
Christopher Williams 4056d0008c Refactor html module to userdata
- There is now an "html" object that can be used to perform html parsing
  functions. Currently there are select, remove and get functions
- Remove has been added to the html tools so that tags can be removed
  from the document
2023-12-28 20:56:36 -05:00
Christopher Williams 4e292463e9 Add support for a few html actions
- Support using the html parser to get html out of a node
  - There is now html:parse and html:select
2023-12-26 15:01:07 -05:00