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

HTML Parsing with htmlParse()

Installs
6
First Seen
Apr 15, 2026
bx-jsoup — ortus-boxlang/skills