bx-jsoup
Installation
SKILL.md
bx-jsoup: HTML Parsing & Sanitization
Installation
install-bx-module bx-jsoup
# CommandBox
box install bx-jsoup
BIFs
| BIF | Description |
|---|---|
htmlParse( html ) |
Parse HTML into a BoxDocument object for querying |
htmlClean( html, [safelist], [baseUri] ) |
Sanitize HTML, removing unsafe tags/attributes |