diff options
Diffstat (limited to 'perl/perl-XML-Catalog/README')
-rw-r--r-- | perl/perl-XML-Catalog/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/perl/perl-XML-Catalog/README b/perl/perl-XML-Catalog/README new file mode 100644 index 0000000000..2faa74291c --- /dev/null +++ b/perl/perl-XML-Catalog/README @@ -0,0 +1,14 @@ +perl-XML-Catalog + +Resolve public identifiers and remap system identifiers + +This module implements draft 0.4 of John Cowan's XML Catalog (formerly +known as XCatalog) proposal +(<http://www.ccil.org/~cowan/XML/XCatalog.html>). Catalogs may be +written in either SOCAT or XML syntax (see the proposal for syntax +details); + +XML::Catalog will assume SOCAT syntax if the catalog is not in +well-formed XML syntax. + +This module, as of 1.0.0, also supports Oasis XML catalogs. |