< prev index next >

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

Print this page


   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
   3     <!-- DTDs and external entities -->
   4     <system systemId="http://openjdk.java.net/xml/catalog/dtd/system.dtd" uri="system.dtd"/>
   5     
   6     <!-- XMLSchema refers to XMLSchema.dtd -->
   7     <public publicId="-//W3C//DTD XMLSCHEMA 200102//EN" uri="XMLSchema.dtd"/>
   8     <!-- XMLSchema.dtd refers to datatypes.dtd -->
   9     <systemSuffix systemIdSuffix="datatypes.dtd" uri="datatypes.dtd"/>
  10     <!-- XMLSchema.dtd refers to datatypes.dtd, can use public entry as well -->
  11     <!-- public publicId="datatypes" uri="datatypes.dtd"/-->
  12 
  13     <!-- XInclude -->
  14     <uri name="XI_simple.xml" uri="XI_simple4Catalog.xml"/>
  15     <uri name="XI_utf8.xml" uri="XI_utf8.xml"/>
  16     <uri name="XI_utf8Catalog.xml" uri="XI_utf8Catalog.xml"/>
  17     <uri name="XI_test2.xml" uri="XI_test2.xml"/>
  18     <system systemId="XI_red.dtd" uri="XI_red.dtd"/>
  19 
  20     <!-- xsd import can be mapped using the namespace or systemId -->
  21     <!--public publicId="http://www.w3.org/XML/1998/namespace" uri="xml.xsd"/-->
  22     <!--uri name="http://www.w3.org/XML/1998/namespace" uri="xml.xsd"/-->
  23     <uri name="http://www.w3.org/2001/pathto/xml.xsd" uri="xml.xsd"/>
  24     
  25     <!-- schema include -->
  26     <uri name="pathto/XSDInclude_person.xsd" uri="XSDInclude_person.xsd"/>
  27     <uri name="pathto/XSDInclude_product.xsd" uri="XSDInclude_product.xsd"/>
  28     
  29     <!-- for relative path, use Suffix -->    
  30     <systemSuffix systemIdSuffix="pathto/val_test.xsd" uri="val_test.xsd"/>
  31     
  32     <!-- XSL import and include -->
  33     <uri name="pathto/XSLImport_html.xsl" uri="XSLImport_html.xsl"/>
  34     <uri name="pathto/XSLInclude_header.xsl" uri="XSLInclude_header.xsl"/>
  35     <uri name="pathto/XSLInclude_footer.xsl" uri="XSLInclude_footer.xsl"/>
  36     <!-- and DTDs -->
  37     <system systemId="http://openjdk.java.net/xml/catalog/dtd/XSLDTD.dtd" uri="XSLDTD.dtd"/>
  38     <system systemId="http://openjdk.java.net/xml/catalog/dtd/include.dtd" uri="include.dtd"/>
  39     
  40     <!-- XSLT document function -->
  41     <uri name="pathto/DocFunc2.xml" uri="DocFuncCatalog.xml"/>
  42 </catalog>
   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
   3     <!-- DTDs and external entities -->
   4     <system systemId="http://openjdk.java.net/xml/catalog/dtd/system.dtd" uri="system.dtd"/>
   5     
   6     <!-- XMLSchema refers to XMLSchema.dtd -->
   7     <public publicId="-//W3C//DTD XMLSCHEMA 200102//EN" uri="XMLSchema.dtd"/>
   8     <!-- XMLSchema.dtd refers to datatypes.dtd -->
   9     <systemSuffix systemIdSuffix="datatypes.dtd" uri="datatypes.dtd"/>
  10     <!-- XMLSchema.dtd refers to datatypes.dtd, can use public entry as well -->
  11     <!-- public publicId="datatypes" uri="datatypes.dtd"/-->
  12 
  13     <!-- XInclude -->
  14     <system systemId="XI_simple.xml" uri="XI_simple4Catalog.xml"/>
  15     <system systemId="XI_utf8.xml" uri="XI_utf8.xml"/>
  16     <system systemId="XI_utf8Catalog.xml" uri="XI_utf8Catalog.xml"/>
  17     <system systemId="XI_test2.xml" uri="XI_test2.xml"/>
  18     <system systemId="XI_red.dtd" uri="XI_red.dtd"/>
  19 
  20     <!-- xsd import can be mapped using the namespace or systemId -->
  21     <!--public publicId="http://www.w3.org/XML/1998/namespace" uri="xml.xsd"/-->
  22     <!--uri name="http://www.w3.org/XML/1998/namespace" uri="xml.xsd"/-->
  23     <system systemId="http://www.w3.org/2001/pathto/xml.xsd" uri="xml.xsd"/>
  24     
  25     <!-- schema include -->
  26     <system systemId="pathto/XSDInclude_person.xsd" uri="XSDInclude_person.xsd"/>
  27     <system systemId="pathto/XSDInclude_product.xsd" uri="XSDInclude_product.xsd"/>
  28     
  29     <!-- for relative path, use Suffix -->    
  30     <systemSuffix systemIdSuffix="pathto/val_test.xsd" uri="val_test.xsd"/>
  31     
  32     <!-- XSL import and include -->
  33     <system systemId="pathto/XSLImport_html.xsl" uri="XSLImport_html.xsl"/>
  34     <system systemId="pathto/XSLInclude_header.xsl" uri="XSLInclude_header.xsl"/>
  35     <system systemId="pathto/XSLInclude_footer.xsl" uri="XSLInclude_footer.xsl"/>
  36     <!-- and DTDs -->
  37     <system systemId="http://openjdk.java.net/xml/catalog/dtd/XSLDTD.dtd" uri="XSLDTD.dtd"/>
  38     <system systemId="http://openjdk.java.net/xml/catalog/dtd/include.dtd" uri="include.dtd"/>
  39     
  40     <!-- XSLT document function -->
  41     <system systemId="pathto/DocFunc2.xml" uri="DocFuncCatalog.xml"/>
  42 </catalog>
< prev index next >