https://github.com/xmlresolver/xmlresolverdata
The standard DTDs, schemas, and URIs that ship with the XML Resolver
https://github.com/xmlresolver/xmlresolverdata
Last synced: 6 months ago
JSON representation
The standard DTDs, schemas, and URIs that ship with the XML Resolver
- Host: GitHub
- URL: https://github.com/xmlresolver/xmlresolverdata
- Owner: xmlresolver
- Created: 2021-07-20T14:12:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:16:59.000Z (over 1 year ago)
- Last Synced: 2025-08-23T00:17:55.060Z (10 months ago)
- Language: XSLT
- Size: 666 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XML Resolver Data
The standard DTDs, schemas, and URIs that ship with the XML Resolver.
This repository contains the data files that are packaged up with the resolver.
For the Java release, these files and an associated catalog are in the
`xmlresolver` jar file with the `data` classifier.
For the C# release, these files and an associated catalog are in the
`XmlResolverData` assembly.
This repository is used as a subproject in the Java and C# repositories.
## Change Log
### October 2024
* Added XML DSig schemas. Thanks @dizzz
### January 2024
* Corrected an incorrect public identifier for `https://www.w3.org/2001/datatypes.dtd` in
the manifest.
* Corrected the system identifiers for the XML Catalogs V1.1 DTD. (They were incorrectly
recorded as `uri` elements in the manifest where `system` was required.)
* Bumped version to 6.0.0 to align with the refactored Java and C# resolvers