1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
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 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN"
|
---|
11 | "topic.dtd">
|
---|
12 | <topic id="demoxsl" xml:lang="en-us">
|
---|
13 | <title>Demonstration transforms</title>
|
---|
14 | <shortdesc>The examples of DocBook and DITA interoperability can be processed
|
---|
15 | with demonstration transforms.</shortdesc>
|
---|
16 | <body>
|
---|
17 | <p>The plugin contributes the following targets to the DITA Open Toolkit: </p>
|
---|
18 | <dl><dlentry>
|
---|
19 | <dt>docbook2dita</dt>
|
---|
20 | <dd>Convert DocBook divisions to DITA topics. The DITA topics can then be
|
---|
21 | processed with the DITA Open Toolkit.<p>Executed by the <keyword>docbook2DITADemo</keyword> target
|
---|
22 | in the run-ant demo build.</p></dd>
|
---|
23 | </dlentry><dlentry>
|
---|
24 | <dt>docbookRelatePush</dt>
|
---|
25 | <dd>Push relationships from a DITA map into DocBook articles. The DocBook
|
---|
26 | articles can then be processed with the DocBook transform tools.<p>Executed
|
---|
27 | by the <keyword>docbookRelateDemo</keyword> target in the run-ant demo build.</p></dd>
|
---|
28 | </dlentry><dlentry>
|
---|
29 | <dt>docbookMix2dita</dt>
|
---|
30 | <dd>Convert DocBook articles referenced from a DITA map to DITA. The DITA
|
---|
31 | map can then be processed with the DITA Open Toolkit.<p>Executed by the <keyword>docbookMixDemo</keyword> target
|
---|
32 | in the run-ant demo build.</p></dd>
|
---|
33 | </dlentry><dlentry>
|
---|
34 | <dt>docbookCompose2docbook</dt>
|
---|
35 | <dd>Assemble a DocBook book from DocBook divisions as specified by a DITA
|
---|
36 | map. The DocBook book can then be processed with the DocBook transform tools.<p>Executed
|
---|
37 | by the <keyword>docbookComposeDemo</keyword> target in the run-ant demo build.</p></dd>
|
---|
38 | </dlentry><dlentry>
|
---|
39 | <dt>docbookDitaref2docbook</dt>
|
---|
40 | <dd>Populate a DocBook book by reference to a DITA map. The DocBook book can
|
---|
41 | then be processed with the DocBook transform tools.<p>Executed by the <keyword>docbookDitarefDemo</keyword> target
|
---|
42 | in the run-ant demo build.</p></dd>
|
---|
43 | </dlentry></dl>
|
---|
44 | </body>
|
---|
45 | </topic>
|
---|