jaxp/test/javax/xml/jaxp/unittest/catalog/second_cat.xml
author joehw
Thu, 28 Apr 2016 09:08:01 -0700
changeset 37737 5b1ec476d3e7
permissions -rw-r--r--
8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException Reviewed-by: lancea

<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">

    <system systemId="http://www.oracle.com/sequence.dtd" uri="second.dtd"/>
    <system systemId="http://www.oracle.com/sequence_next.dtd" uri="second.dtd"/>
    <system systemId="http://www.oracle.com/sequence_second.dtd" uri="second.dtd"/>

</catalog>