Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fn:parse-html and Validator.nu dependency #2258

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

GuntherRademacher
Copy link
Member

These changes

  • replace the dependency on TagSoup by a dependency on Validator.nu's HTML parser,
  • replace TagSoup options by Validator.nu options,
  • use Validator.nu for implementing html:parse,
  • add function fn:parse-html, based on html:parse (but, in contrast to that, without falling back to the XML parser in case Validator.nu is unavailable).

Some slight restructuring of StandardFunc and FuncOptions was necessary to be able to produce error FODC0012.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant