Edit

kc3-lang/libxml2/test/catalogs/registry.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-08-22 00:06:49
    Hash : e2940ddb
    Message : starts to look okay, really plugged the new framework, cleaned a lot of * 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

  • test/catalogs/registry.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>