22
33This is the code repository of the XPath support used by HtmlUnit.
44
5- For a long time HtmlUnit uses Apache Xalan (https://xalan.apache.org/ ). But the development of Xalan
6- has stopped in 2019. Because HtmlUnit only uses the XPath functionality we decide to make a fork
7- and remove all no longer needed stuff. Additionally we did some code updated for JDK 8 and we add
8- unit test and the maven based build.
5+ HtmlUnit used Apache Xalan (https://xalan.apache.org/ ) for a long time . But the development of Xalan
6+ was discontinued in 2019. Since HtmlUnit only uses XPath functionality, we decided to create a fork
7+ and remove all things that are no longer needed. In addition, we made some code updates for JDK 8
8+ and we added unit tests and the maven- based build.
99
1010[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/net.sourceforge.htmlunit/htmlunit-xpath/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/net.sourceforge.htmlunit/htmlunit-xpath )
1111
@@ -14,14 +14,14 @@ unit test and the maven based build.
1414### Project News
1515[ HtmlUnit@Twitter] [ 3 ]
1616
17- ### Latest release Version 2.65 .0 / October 03 , 2022
17+ ### Latest release Version 2.66 .0 / October 22 , 2022
1818
1919For maven, you would add:
2020
2121 <dependency>
2222 <groupId>net.sourceforge.htmlunit</groupId>
2323 <artifactId>htmlunit-cssparser</artifactId>
24- <version>2.65 .0</version>
24+ <version>2.66 .0</version>
2525 </dependency>
2626
2727### Last CI build
@@ -35,7 +35,7 @@ If you use maven please add:
3535 <dependency>
3636 <groupId>net.sourceforge.htmlunit</groupId>
3737 <artifactId>htmlunit-xpath</artifactId>
38- <version>2.66 .0-SNAPSHOT</version>
38+ <version>2.67 .0-SNAPSHOT</version>
3939 </dependency>
4040
4141You have to add the sonatype snapshot repository to your pom distributionManagement section also:
0 commit comments