This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit 3199dd056f87bfb86c941240971dcfa4e0bf09a2 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Wed Jun 10 12:05:15 2026 +0200 Link to the published Javadoc from the README (#20) Now that the artifact is on Maven Central, javadoc.io hosts the API documentation. This change points readers to it from the usage section, just before the code examples. Assisted-By: Claude Opus 4.8 (1M context) <[email protected]> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f1da175..e3befe6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ Every method on `XmlFactories` returns a fresh, hardened factory. Pick the one t other configuration is required. On hardened factories any attempt to resolve an external resource (DTD, entity, schema, stylesheet) is blocked, and DOCTYPE input is rejected wherever the underlying implementation allows it. +Each method is documented in the +[`XmlFactories` Javadoc](https://javadoc.io/doc/eu.copernik/copernik-xml-factory/latest/eu/copernik/xml/factory/XmlFactories.html), +hosted on javadoc.io. + ### Supported implementations The library recognises:
