summaryrefslogtreecommitdiffstats
path: root/perl/perl-XML-Catalog/README
diff options
context:
space:
mode:
author Nikos Giotis2018-02-11 00:11:58 +0100
committer Willy Sudiarto Raharjo2018-02-17 01:42:51 +0100
commit226a5f173f2e956194bf5a8642380b77448e5cac (patch)
tree6b50c18d96d1b81b219ad9853fec133882859adb /perl/perl-XML-Catalog/README
parent17206d99f380c9683577ea38a0e76f09a056478e (diff)
downloadslackbuilds-226a5f173f2e956194bf5a8642380b77448e5cac.tar.gz
perl/perl-XML-Catalog: Added (perl library for xml catalogs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-XML-Catalog/README')
-rw-r--r--perl/perl-XML-Catalog/README14
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.