diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-11-06 18:22:57 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-11-06 18:22:57 +0000 |
| commit | 7743f1ba883a3d16e33656e5dd6db530d5f424e0 (patch) | |
| tree | a92f2311b94d30f1d46c681440ca5bff3aa8af5c /share/xml | |
| parent | bdf0dffb7ac47150377e4ecfc49f3efb01bbb54c (diff) | |
- Readd mistakenly deleted file
Notes
svn path=/projects/db5/; revision=43110
Diffstat (limited to 'share/xml')
| -rw-r--r-- | share/xml/catalog-cwd.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/xml/catalog-cwd.xml b/share/xml/catalog-cwd.xml new file mode 100644 index 0000000000..1cc515a9a9 --- /dev/null +++ b/share/xml/catalog-cwd.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" + "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> + +<!-- $FreeBSD$ --> + +<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> + <rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/cwd/" + rewritePrefix="./"/> + <rewriteURI uriStartString="http://www.FreeBSD.org/XML/cwd/" + rewritePrefix="./"/> + + <public + publicId="-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN" + uri="autogen.ent" /> +</catalog> |
