Annotation of embedaddon/libxml2/test/catalogs/stylesheet.xml, revision 1.1

1.1     ! misho       1: <!DOCTYPE catalog
        !             2:   PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
        !             3:          "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
        !             4: <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
        !             5:          prefer="public">
        !             6: 
        !             7: <!-- Circumvent relative URI in spec.xsl that doesn't work online -->
        !             8: <uri name="http://www.oasis-open.org/committes/tr.xsl"
        !             9:    uri="http://www.oasis-open.org/committes/entity/stylesheets/base/tr.xsl"/>
        !            10: <public publicId="toto" uri="file:///usr/share/xml/toto/toto.dtd"/>
        !            11: </catalog>
        !            12: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>