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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37737
5b1ec476d3e7 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
joehw
parents:
diff changeset
     1
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
5b1ec476d3e7 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
joehw
parents:
diff changeset
     2
5b1ec476d3e7 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
joehw
parents:
diff changeset
     3
    <system systemId="http://www.oracle.com/sequence.dtd" uri="second.dtd"/>
5b1ec476d3e7 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
joehw
parents:
diff changeset
     4
    <system systemId="http://www.oracle.com/sequence_next.dtd" uri="second.dtd"/>
5b1ec476d3e7 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
joehw
parents:
diff changeset
     5
    <system systemId="http://www.oracle.com/sequence_second.dtd" uri="second.dtd"/>
5b1ec476d3e7 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
joehw
parents:
diff changeset
     6
5b1ec476d3e7 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
joehw
parents:
diff changeset
     7
</catalog>