anyxml 0.7.0

A fully spec-conformant XML library
Documentation
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE catalog
    PUBLIC "-//OASIS//DTD XML Catalogs V1.1//EN"
           "http://www.oasis-open.org/committees/entity/release/1.1/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
    <system systemId="http://example.com/nextCatalog.xml" uri="./ok/nextCatalog.xml" />
    <system systemId="http://example.com/nextCatalog.xml" uri="./bad/nextCatalog.xml" />
</catalog>