< prev index next >

test/javax/xml/jaxp/unittest/catalog/CatalogSupport.xml

Print this page

        

*** 9,42 **** <systemSuffix systemIdSuffix="datatypes.dtd" uri="datatypes.dtd"/> <!-- XMLSchema.dtd refers to datatypes.dtd, can use public entry as well --> <!-- public publicId="datatypes" uri="datatypes.dtd"/--> <!-- XInclude --> ! <uri name="XI_simple.xml" uri="XI_simple4Catalog.xml"/> ! <uri name="XI_utf8.xml" uri="XI_utf8.xml"/> ! <uri name="XI_utf8Catalog.xml" uri="XI_utf8Catalog.xml"/> ! <uri name="XI_test2.xml" uri="XI_test2.xml"/> <system systemId="XI_red.dtd" uri="XI_red.dtd"/> <!-- xsd import can be mapped using the namespace or systemId --> <!--public publicId="http://www.w3.org/XML/1998/namespace" uri="xml.xsd"/--> <!--uri name="http://www.w3.org/XML/1998/namespace" uri="xml.xsd"/--> ! <uri name="http://www.w3.org/2001/pathto/xml.xsd" uri="xml.xsd"/> <!-- schema include --> ! <uri name="pathto/XSDInclude_person.xsd" uri="XSDInclude_person.xsd"/> ! <uri name="pathto/XSDInclude_product.xsd" uri="XSDInclude_product.xsd"/> <!-- for relative path, use Suffix --> <systemSuffix systemIdSuffix="pathto/val_test.xsd" uri="val_test.xsd"/> <!-- XSL import and include --> ! <uri name="pathto/XSLImport_html.xsl" uri="XSLImport_html.xsl"/> ! <uri name="pathto/XSLInclude_header.xsl" uri="XSLInclude_header.xsl"/> ! <uri name="pathto/XSLInclude_footer.xsl" uri="XSLInclude_footer.xsl"/> <!-- and DTDs --> <system systemId="http://openjdk.java.net/xml/catalog/dtd/XSLDTD.dtd" uri="XSLDTD.dtd"/> <system systemId="http://openjdk.java.net/xml/catalog/dtd/include.dtd" uri="include.dtd"/> <!-- XSLT document function --> ! <uri name="pathto/DocFunc2.xml" uri="DocFuncCatalog.xml"/> </catalog> --- 9,42 ---- <systemSuffix systemIdSuffix="datatypes.dtd" uri="datatypes.dtd"/> <!-- XMLSchema.dtd refers to datatypes.dtd, can use public entry as well --> <!-- public publicId="datatypes" uri="datatypes.dtd"/--> <!-- XInclude --> ! <system systemId="XI_simple.xml" uri="XI_simple4Catalog.xml"/> ! <system systemId="XI_utf8.xml" uri="XI_utf8.xml"/> ! <system systemId="XI_utf8Catalog.xml" uri="XI_utf8Catalog.xml"/> ! <system systemId="XI_test2.xml" uri="XI_test2.xml"/> <system systemId="XI_red.dtd" uri="XI_red.dtd"/> <!-- xsd import can be mapped using the namespace or systemId --> <!--public publicId="http://www.w3.org/XML/1998/namespace" uri="xml.xsd"/--> <!--uri name="http://www.w3.org/XML/1998/namespace" uri="xml.xsd"/--> ! <system systemId="http://www.w3.org/2001/pathto/xml.xsd" uri="xml.xsd"/> <!-- schema include --> ! <system systemId="pathto/XSDInclude_person.xsd" uri="XSDInclude_person.xsd"/> ! <system systemId="pathto/XSDInclude_product.xsd" uri="XSDInclude_product.xsd"/> <!-- for relative path, use Suffix --> <systemSuffix systemIdSuffix="pathto/val_test.xsd" uri="val_test.xsd"/> <!-- XSL import and include --> ! <system systemId="pathto/XSLImport_html.xsl" uri="XSLImport_html.xsl"/> ! <system systemId="pathto/XSLInclude_header.xsl" uri="XSLInclude_header.xsl"/> ! <system systemId="pathto/XSLInclude_footer.xsl" uri="XSLInclude_footer.xsl"/> <!-- and DTDs --> <system systemId="http://openjdk.java.net/xml/catalog/dtd/XSLDTD.dtd" uri="XSLDTD.dtd"/> <system systemId="http://openjdk.java.net/xml/catalog/dtd/include.dtd" uri="include.dtd"/> <!-- XSLT document function --> ! <system systemId="pathto/DocFunc2.xml" uri="DocFuncCatalog.xml"/> </catalog>
< prev index next >