Registry / serialization / xml-resolver

xml-resolver

JSON →
library1.2javamavenunverified

XML Commons Resolver provides a catalog-based XML entity resolver for resolving external resources in XML documents.

<dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <version>1.2</version> </dependency>
INSTALL
IMPORT
SIG · XML-RESOLVER
X
xml-resolver
serializationjavav1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CatalogManager
org.apache.xml.resolver.CatalogManager

Shows how to create a CatalogResolver using CatalogManager.

import org.apache.xml.resolver.CatalogManager; import org.apache.xml.resolver.tools.CatalogResolver; public class Example { public static void main(String[] args) { CatalogManager manager = new CatalogManager(); CatalogResolver resolver = new CatalogResolver(manager); System.out.println("Resolver created"); } }
Debug
Known issues
breakingThis library is outdated; consider using xml-resolver from xmlresolver.org (version 4.x).
fix
Use org.xmlresolver:xmlresolver:4.0.0 or later.
affects: 1.x
Upgrade
Version history
1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
xml-resolver — mvn dependency:get xml-resolver · libregistry