bansp | c3cdcb9 | 2022-03-09 03:25:32 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> |
| 3 | <!-- Map an absolute DTD system ID reference to a DTD located relative to this XML catalog--> |
| 4 | <system systemId="http://corpora.ids-mannheim.de/idsxces1/DTD/ids.xcesdoc.dtd" uri="KorAP_schemas/ids.xcesdoc.dtd"/> |
| 5 | |
| 6 | <!-- Map any absolute DTD system ID reference which ends with a certain suffix to a DTD located relative to this XML catalog --> |
| 7 | <!--<systemSuffix systemIdSuffix="docbookx.dtd" uri="../../docbook/4.5/dtd/docbookx.dtd"/>--> |
| 8 | |
| 9 | <!-- Map DTD Public ID reference to a DTD located relative to this XML catalog--> |
| 10 | <!-- <public publicId="-//OASIS//DTD DocBook XML V4.5//EN" uri="../../docbook/4.5/dtd/docbookx.dtd"/>--> |
| 11 | |
| 12 | <!-- Map an absolute RELAX NG schema reference to a Relax NG schema located relative to this XML catalog--> |
| 13 | <!--<uri name="http://www.oasis-open.org/docbook/xml/5.0/rng/docbook.rng" uri="../../docbook/5.0/rng/docbook.rng"/>--> |
| 14 | |
| 15 | <!-- Map any reference to a Relax NG schema which ends in a certain suffix to a Relax NG schema located relative to this XML catalog --> |
bansp | 9c08fc0 | 2022-03-10 03:13:42 +0100 | [diff] [blame] | 16 | |
| 17 | <uriSuffix uriSuffix="NKJP_text.rng" uri="test/resources/nkjp2korap_sample1/NKJP_text.rng"/> |
bansp | c3cdcb9 | 2022-03-09 03:25:32 +0100 | [diff] [blame] | 18 | <uriSuffix uriSuffix="header.rng" uri="KorAP_schemas/header.rng"/> |
bansp | 102886a | 2022-03-15 03:02:03 +0100 | [diff] [blame^] | 19 | <uriSuffix uriSuffix="span.rng" uri="KorAP_schemas/span.rng"/> |
| 20 | <uriSuffix uriSuffix="text.rng" uri="KorAP_schemas/text.rng"/> |
| 21 | |
| 22 | |
bansp | c3cdcb9 | 2022-03-09 03:25:32 +0100 | [diff] [blame] | 23 | <!-- Map an absolute W3C XML Schema reference to a schema located relative to this XML catalog--> |
| 24 | <!--<uri name="http://www.w3.org/2004/10/xml.xsd" uri="xml.xsd"/>--> |
| 25 | |
| 26 | <!-- Map any reference to an XML Schema which ends in a certain suffix to a schema located relative to this XML catalog --> |
| 27 | <!--<uriSuffix uriSuffix="10/xml.xsd" uri="xml.xsd"/>--> |
| 28 | |
| 29 | <!-- Map an xs:import or xs:include to an absolute XSLT stylesheet to an XSLT stylesheet located relative to this XML catalog--> |
| 30 | <!--<uri name="http://docbook.org/xsl/fo/docbook.xsl" uri="../../docbook/xsl/fo/docbook.xsl"/>--> |
| 31 | |
| 32 | <!-- Map an xs:import or xs:include to an XSLT stylesheet which ends with a certain suffix to an XSLT stylesheet located relative to this XML catalog --> |
| 33 | <!--<uriSuffix uriSuffix="docbook.xsl" uri="../../docbook/xsl/fo/docbook.xsl"/>--> |
| 34 | </catalog> |