Module html

Source
Expand description

This module implements parsers for HTML hyperlinks.

Functionsยง

attribute_list
Parses a whitespace separated list of attributes and returns a vector of (name, value).
html_text2dest
Parse an HTML inline hyperlink.
html_text2dest_link
Wrapper around html_text2dest() that packs the result in Link::Text2Dest.