Version 3.6.1
Release Highlights
DOM conformance.
-
XHTMLDocument
has gainedgetCompatMode()
. -
XHTMLDocument
now returns sane default values forDocument.inputEncoding
,xmlEncoding
,xmlStandalone
andxmlVersion
attributes (instead of throwing an exception). Thanks to that, css4j-dom4j documents can now be used with a wider XML infrastructure likejavax.xml.transform.Transformer
.
Build & CI.
-
Miscellaneous build improvements.
-
Added a CI workflow.
-
New workflow to automatically publish in Github packages on release.