VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/docsrc/dev_ref/plugin-xmlcatalog.dita@ 99507

最後變更 在這個檔案從99507是 98584,由 vboxsync 提交於 2 年 前

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 2.2 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--Arbortext, Inc., 1988-2011, v.4002-->
3<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
4 "reference.dtd">
5<?Pub Inc?>
6<reference id="plugin-xmlcatalog" xml:lang="en-us">
7<title>Extending the XML Catalog</title>
8<shortdesc>The XML Catalogs extension point is used to update the
9XML Catalogs used to resolve DTD or Schema document types, or to add
10URI mappings. This is required in order to support DITA specializations
11or new DITA document type shells.</shortdesc>
12<refbody>
13<section> <p>To do this, first create a catalog with only
14 your new values, using the OASIS Catalog format, and place that
15in your plug-in. Local file references in the catalog should be relative
16to the location of the catalog. The following extension points are
17available to work with catalogs.</p><dl><dlentry>
18<dt><codeph>dita.specialization.catalog.relative</codeph></dt>
19<dt importance="deprecated"><codeph>dita.specialization.catalog</codeph></dt>
20<dd> <p>Adds the content of the catalog file defined in <codeph>file</codeph> attribute
21to main DITA-OT catalog file.</p> <note
22type="remember">The <codeph>dita.specialization.catalog</codeph> extension
23is deprecated. Use <codeph>dita.specialization.catalog.relative</codeph> instead.</note>
24 </dd>
25</dlentry><dlentry>
26<dt><codeph>org.dita.pdf2.catalog.relative</codeph></dt>
27<dd> <p>Adds the content of the catalog file defined in <codeph>file</codeph> attribute
28to main PDF plug-in catalog file.</p> </dd>
29</dlentry></dl> </section>
30<example><title>Example</title><p>This example assumes that "<filepath>catalog-dita.xml</filepath>"
31contains an OASIS catalog for any DTDs or Schemas inside this plug-in.
32The catalog entries inside of <filepath>catalog-dita.xml</filepath> are
33relative to the catalog itself; when the plug-in is integrated, they
34will be added to the core DITA-OT catalog (with the correct path).</p><?Pub
35Caret -1?><codeblock>&lt;plugin id="com.example.catalog">
36 &lt;feature extension="dita.specialization.catalog.relative" file="catalog-dita.xml"/>
37&lt;/plugin></codeblock> </example>
38</refbody>
39</reference>
40<?Pub *0000002241?>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette