1 | <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
2 | <!--
|
---|
3 | | LICENSE: This file is part of the DITA Open Toolkit project hosted on
|
---|
4 | | Sourceforge.net. See the accompanying license.txt file for
|
---|
5 | | applicable licenses.
|
---|
6 | *-->
|
---|
7 | <!--
|
---|
8 | | (C) Copyright IBM Corporation 2006. All Rights Reserved.
|
---|
9 | *-->
|
---|
10 | <html lang="en-us" xml:lang="en-us">
|
---|
11 | <head>
|
---|
12 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
---|
13 | <meta name="copyright" content="(C) Copyright 2005" />
|
---|
14 | <meta name="DC.rights.owner" content="(C) Copyright 2005" />
|
---|
15 | <meta content="public" name="security" />
|
---|
16 | <meta content="index,follow" name="Robots" />
|
---|
17 | <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
---|
18 | <meta content="task" name="DC.Type" />
|
---|
19 | <meta name="DC.Title" content="Installing the DocBook-DITA plugin" />
|
---|
20 | <meta name="abstract" content="This plugin provides a transform from Docbook to DITA and some proof-of-concept examples of interoperability." />
|
---|
21 | <meta name="description" content="This plugin provides a transform from Docbook to DITA and some proof-of-concept examples of interoperability." />
|
---|
22 | <meta scheme="URI" name="DC.Relation" content="../README.html" />
|
---|
23 | <meta scheme="URI" name="DC.Relation" content="../doc/dbMapXSL.html" />
|
---|
24 | <meta content="XHTML" name="DC.Format" />
|
---|
25 | <meta content="dbInstall" name="DC.Identifier" />
|
---|
26 | <meta content="en-us" name="DC.Language" />
|
---|
27 | <link href="../commonltr.css" type="text/css" rel="stylesheet" />
|
---|
28 | <title>Installing the DocBook-DITA plugin</title>
|
---|
29 | </head>
|
---|
30 | <body id="dbInstall"><a name="dbInstall"><!-- --></a>
|
---|
31 |
|
---|
32 |
|
---|
33 | <h1 class="topictitle1">Installing the DocBook-DITA plugin</h1>
|
---|
34 |
|
---|
35 |
|
---|
36 | <div><p>This plugin provides a transform from Docbook to DITA and some
|
---|
37 | proof-of-concept examples of interoperability.</p>
|
---|
38 |
|
---|
39 | <ol>
|
---|
40 | <li class="stepexpand"><span>You must install the DITA Open Toolkit 1.3 or higher and run a test
|
---|
41 | build to verify the installation.
|
---|
42 | </span></li>
|
---|
43 |
|
---|
44 | <li class="stepexpand"><span>It's also recommended that you install the DocBook tools at
|
---|
45 | version 1.69.1 and the DocBook 4.4 DTDs.</span>
|
---|
46 | Other versions may work but haven't been tested.
|
---|
47 | </li>
|
---|
48 |
|
---|
49 | <li class="stepexpand"><span>Edit the dbdita.properties file in the plugin directory to
|
---|
50 | identify the location of the DocBook tools and document types.
|
---|
51 | </span></li>
|
---|
52 |
|
---|
53 | <li class="stepexpand"><span>In the base directory for the DITA Open Toolkit, install
|
---|
54 | the plugin.
|
---|
55 | </span>
|
---|
56 |
|
---|
57 | <p>You execute the following command (using blackslashes instead of
|
---|
58 | slashes on Windows):</p>
|
---|
59 |
|
---|
60 | <pre>ant -f demo\dbdita\install-plugin.xml</pre>
|
---|
61 |
|
---|
62 |
|
---|
63 | </li>
|
---|
64 |
|
---|
65 | <li class="stepexpand"><span>Verify the plugin installed correctly with a sample build.</span>
|
---|
66 |
|
---|
67 | <p>You can execute the following command (again, using blackslashes
|
---|
68 | instead of slashes on Windows):</p>
|
---|
69 |
|
---|
70 | <pre>ant -f demo\dbdita\run-ant.xml docbook2DITADemo</pre>
|
---|
71 |
|
---|
72 |
|
---|
73 | </li>
|
---|
74 |
|
---|
75 | </ol>
|
---|
76 |
|
---|
77 | <div class="section"><p>You can use the DocBook-to-DITA transform on your own
|
---|
78 | DocBook content or explore the interoperability demos.
|
---|
79 | </p>
|
---|
80 |
|
---|
81 | </div>
|
---|
82 |
|
---|
83 | </div>
|
---|
84 |
|
---|
85 | <div>
|
---|
86 | <div class="familylinks">
|
---|
87 | <div class="parentlink"><strong>Parent topic:</strong> <a href="../README.html" title="This plugin provides a transform from Docbook to DITA and some proof-of-concept examples of interoperability.">Docbook and DITA</a></div>
|
---|
88 | </div>
|
---|
89 | <div class="relinfo"><strong>Related information</strong><br />
|
---|
90 | <div><a href="../doc/dbMapXSL.html" title="The examples of DocBook and DITA interoperability can be processed with demonstration transforms.">Demonstration transforms</a></div>
|
---|
91 | </div>
|
---|
92 | </div>
|
---|
93 |
|
---|
94 | </body>
|
---|
95 | </html>
|
---|