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="task"/>
|
---|
10 | <meta name="DC.Title" content="Publishing DITA content"/>
|
---|
11 | <meta name="abstract" content="You can use either Ant or the command-line tool to transform DITA content to the various output formats that are supported by the DITA Open Toolkit (DITA-OT)."/>
|
---|
12 | <meta name="description" content="You can use either Ant or the command-line tool to transform DITA content to the various output formats that are supported by the DITA Open Toolkit (DITA-OT)."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../readme/DITA-readme.html"/>
|
---|
14 | <meta name="DC.Relation" scheme="URI" content="../readme/AvailableTransforms.html"/>
|
---|
15 | <meta name="DC.Relation" scheme="URI" content="../readme/DITA-ant.html"/>
|
---|
16 | <meta name="DC.Relation" scheme="URI" content="../readme/DITA-javacmd.html"/>
|
---|
17 | <meta name="DC.Format" content="XHTML"/>
|
---|
18 | <meta name="DC.Identifier" content="tranforming-dita-content"/>
|
---|
19 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
20 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
21 | <title>Publishing DITA content</title>
|
---|
22 | </head>
|
---|
23 | <body id="tranforming-dita-content">
|
---|
24 |
|
---|
25 |
|
---|
26 | <h1 class="title topictitle1">Publishing DITA content</h1>
|
---|
27 |
|
---|
28 | <p class="shortdesc">You can use either Ant or the command-line tool to transform DITA content to the
|
---|
29 | various output formats that are supported by the DITA Open Toolkit (DITA-OT).</p>
|
---|
30 |
|
---|
31 | <div class="related-links">
|
---|
32 | <ul class="ullinks">
|
---|
33 | <li class="link ulchildlink"><strong><a href="../readme/AvailableTransforms.html">DITA-OT transformations</a></strong><br/>
|
---|
34 | The DITA Open Toolkit (DITA-OT) ships with several core transformations. Each core transformation represents an implementation of all processing that is defined by OASIS in the DITA specification. </li>
|
---|
35 | <li class="link ulchildlink"><strong><a href="../readme/DITA-ant.html">Publishing DITA content from Ant</a></strong><br/>
|
---|
36 | You can use Ant to invoke the DITA Open Toolkit (DITA-OT) and generate output. This is the most robust method of transforming DITA content; you can use the complete set of parameters that are supported by the toolkit.</li>
|
---|
37 | <li class="link ulchildlink"><strong><a href="../readme/DITA-javacmd.html">Publishing DITA content from the command-line tool</a></strong><br/>
|
---|
38 | The DITA Open Toolkit (DITA-OT) includes a command-line tool designed for users who are unfamiliar with Ant. You can invoke the DITA-OT from the command-line tool and generate output. This method is less robust than Ant.</li>
|
---|
39 | </ul>
|
---|
40 |
|
---|
41 | <div class="familylinks">
|
---|
42 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../readme/DITA-readme.html" title="The DITA Open Toolkit User Guide is designed to provide basic information about the DITA-OT. It is geared for an audience that needs information about installing, running, and troubleshooting the toolkit. It contains documentation of the DITA-OT parameters; it also contains release notes and information about what components have been tested.">DITA Open Toolkit User Guide</a></div>
|
---|
43 | </div>
|
---|
44 | </div>
|
---|
45 |
|
---|
46 | </body>
|
---|
47 | </html>
|
---|