mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-11 05:17:37 +03:00
e2940ddb35
* catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c include/libxml/catalog.h: starts to look okay, really plugged the new framework, cleaned a lot of stuff, added some APIs, except the PI's support missing this should be mostly complete * result/catalogs/* test/catalogs/*: added new test, enriched the existing one with URN ID tests Daniel
24 lines
988 B
XML
24 lines
988 B
XML
<?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">
|
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
|
|
|
<delegatePublic publicIdStartString="-//OASIS//"
|
|
catalog="oasis.xml"/>
|
|
<delegateSystem systemIdStartString="http://www.oasis-open.org/"
|
|
catalog="oasis.xml"/>
|
|
<delegateURI uriStartString="http://www.oasis-open.org/"
|
|
catalog="oasis.xml"/>
|
|
|
|
<delegatePublic publicIdStartString="-//OASIS//DTD XML Catalog //"
|
|
catalog="docbook.xml"/>
|
|
<delegatePublic publicIdStartString="-//OASIS//ENTITIES DocBook XML"
|
|
catalog="docbook.xml"/>
|
|
<delegatePublic publicIdStartString="-//OASIS//DTD DocBook XML"
|
|
catalog="docbook.xml"/>
|
|
<delegateSystem systemIdStartString="http://www.oasis-open.org/docbook/"
|
|
catalog="docbook.xml"/>
|
|
<delegateURI uriStartString="http://www.oasis-open.org/docbook/"
|
|
catalog="docbook.xml"/>
|
|
|
|
</catalog>
|