1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en-us" lang="en-us">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="concept"/>
|
---|
10 | <meta name="DC.Title" content="Open Document Format processing modules"/>
|
---|
11 | <meta name="abstract" content="The odt transformation creates a binary file using the OASIS Open Document Format."/>
|
---|
12 | <meta name="description" content="The odt transformation creates a binary file using the OASIS Open Document Format."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/DITA-OTArchitecture.html"/>
|
---|
14 | <meta name="DC.Format" content="XHTML"/>
|
---|
15 | <meta name="DC.Identifier" content="odtdefault"/>
|
---|
16 | <meta name="DC.Language" content="en-us"/>
|
---|
17 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
18 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
19 | <title>Open Document Format processing modules</title>
|
---|
20 | </head>
|
---|
21 | <body id="odtdefault">
|
---|
22 |
|
---|
23 |
|
---|
24 | <h1 class="title topictitle1">Open Document Format processing modules</h1>
|
---|
25 |
|
---|
26 |
|
---|
27 | <div class="body conbody"><p class="shortdesc">The <span class="keyword option">odt</span> transformation creates a binary file using the OASIS Open
|
---|
28 | Document Format. </p>
|
---|
29 |
|
---|
30 | <div class="section"><div class="p">The <span class="keyword option">odt</span> transformation begins with pre-processing. It then runs either the
|
---|
31 | <samp class="ph codeph">dita.odt.package.topic</samp> or <samp class="ph codeph">dita.odt.package.map</samp> target, depending
|
---|
32 | on whether the input to the transformation is a DITA topic or a DITA map. The following description
|
---|
33 | focuses on the map process, which is made up of the following targets:<dl class="dl">
|
---|
34 |
|
---|
35 | <dt class="dt dlterm"><samp class="ph codeph">dita.map.odt</samp></dt>
|
---|
36 |
|
---|
37 | <dd class="dd">Converts the map into a merged XML file using the Java-based <samp class="ph codeph">topicmerge</samp> module.
|
---|
38 | Then an XSLT process converts the merged file into the <span class="ph filepath">content.xml</span> file.</dd>
|
---|
39 |
|
---|
40 |
|
---|
41 |
|
---|
42 | <dt class="dt dlterm"><samp class="ph codeph">dita.map.odt.stylesfile</samp></dt>
|
---|
43 |
|
---|
44 | <dd class="dd">Reads the input DITA map, and then uses XSLT to create a <span class="ph filepath">styles.xml</span> file in
|
---|
45 | the temporary directory.</dd>
|
---|
46 |
|
---|
47 |
|
---|
48 |
|
---|
49 | <dt class="dt dlterm"><samp class="ph codeph">dita.out.odt.manifest.file</samp></dt>
|
---|
50 |
|
---|
51 | <dd class="dd">Creates the <span class="ph filepath">manifest.xml</span> file</dd>
|
---|
52 |
|
---|
53 |
|
---|
54 | </dl>
|
---|
55 | </div>
|
---|
56 |
|
---|
57 | <p class="p">Once these targets have run, the generated files are zipped up together with other required files
|
---|
58 | to create the output ODT file.</p>
|
---|
59 | </div>
|
---|
60 |
|
---|
61 | </div>
|
---|
62 |
|
---|
63 | <div class="related-links">
|
---|
64 | <div class="familylinks">
|
---|
65 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../dev_ref/DITA-OTArchitecture.html" title="The DITA Open Toolkit (DITA-OT) is an open-source implementation of the OASIS specification for the Darwin Information Typing Architecture (DITA). The toolkit uses ANT, XSLT, and Java to implement transforming DITA content (maps and topics) into different deliverable formats.">Architecture of the DITA Open Toolkit</a></div>
|
---|
66 | </div>
|
---|
67 | </div>
|
---|
68 |
|
---|
69 | </body>
|
---|
70 | </html>
|
---|