An open API service indexing awesome lists of open source software.

https://github.com/codelibs/nekohtml

HTML parser and tag balancer.
https://github.com/codelibs/nekohtml

Last synced: 2 months ago
JSON representation

HTML parser and tag balancer.

Awesome Lists containing this project

README

        

NekoHTML
[![Java CI with Maven](https://github.com/codelibs/nekohtml/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/nekohtml/actions/workflows/maven.yml)
========

An HTML parser and tag balancer.
This project is forked from [CyberNeko HTML Parser 1.9.22](http://nekohtml.sourceforge.net/).

## Version

[Versions in Maven Repository](https://repo1.maven.org/maven2/org/codelibs/nekohtml/)

## Using Maven

Put the following block into pom.xml if using Maven:


org.codelibs
nekohtml
2.1.2

2.1.x supports Java 11 or the above.
xercesImpl 2.12.0-sp1 is for Java 11.
2.0.x supports Java 8.