All Downloads are FREE. Search and download functionalities are using the official Maven repository.

catalog.html.xml Maven / Gradle / Ivy

Go to download

A builder-style HTTP client API, including authentication, and extensible handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient.

There is a newer version: 0.7.1
Show newest version
<?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" prefer="public">

    <!-- http://xml.apache.org/commons/components/resolver/resolver-article.html -->

    <!-- XHTML 1.0 -->
    <public publicId="-//W3C//DTD XHTML 1.0 Strict//EN"
        uri="xhtml1-strict.dtd" />
    <public publicId="-//W3C//DTD XHTML 1.0 Transitional//EN"
        uri="xhtml1-transitional.dtd" />
    <public publicId="-//W3C//DTD XHTML 1.0 Frameset//EN"
        uri="xhtml1-frameset.dtd" />
    <rewriteSystem systemIdStartString="http://www.w3.org/TR/xhtml1/DTD/"
    rewritePrefix="./" />

    <!-- XHTML 1.1 -->
    <public publicId='-//W3C//DTD XHTML 1.1//EN' uri='xhtml11-flat.dtd' />

    <!-- HTML 4 -->
    <public publicId='-//W3C//DTD HTML 4.01//EN' uri='strict.dtd' />
    <public publicId='-//W3C//DTD HTML 4.01 Transitional//EN' uri='loose.dtd' />
    <public publicId='-//W3C//DTD HTML 4.01 Frameset//EN' uri='frameset.dtd' />

</catalog>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy