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="Common XHTML processing"/>
|
---|
11 | <meta name="abstract" content="After the pre-processing operation runs, XHTML-based builds each run a common series of Ant targets to generate XHTML file. Navigation may be created before or after this set of common routines."/>
|
---|
12 | <meta name="description" content="After the pre-processing operation runs, XHTML-based builds each run a common series of Ant targets to generate XHTML file. Navigation may be created before or after this set of common routines."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/XhtmlWithNavigation.html"/>
|
---|
14 | <meta name="DC.Format" content="XHTML"/>
|
---|
15 | <meta name="DC.Identifier" content="XhtmlCommon"/>
|
---|
16 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
17 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
18 | <title>Common XHTML processing</title>
|
---|
19 | </head>
|
---|
20 | <body id="XhtmlCommon">
|
---|
21 |
|
---|
22 |
|
---|
23 | <h1 class="title topictitle1">Common XHTML processing</h1>
|
---|
24 |
|
---|
25 |
|
---|
26 | <div class="body conbody"><p class="shortdesc">After the pre-processing operation runs, XHTML-based builds each run a common series of
|
---|
27 | Ant targets to generate XHTML file. Navigation may be created before or after this set of common
|
---|
28 | routines.</p>
|
---|
29 |
|
---|
30 | <div class="p">After the pre-processing is completed, the following targets are run for all of the XHTML-based builds:<ul class="ul">
|
---|
31 | <li class="li">If the <span class="keyword parmname">arg.css</span> parameter is passed to the build to add a CSS file, the
|
---|
32 | <samp class="ph codeph">copy-css</samp> target copies the CSS file from its source location to the relative
|
---|
33 | location in the output directory.</li>
|
---|
34 |
|
---|
35 | <li class="li">If a DITAVAL file is used, the <samp class="ph codeph">copy-revflag</samp> target copies the default
|
---|
36 | start- and end-revision flags into the output directory.</li>
|
---|
37 |
|
---|
38 | <li class="li">The DITA topics are converted to XHTML files. Unless the @chunk attribute was specified,
|
---|
39 | each DITA topic in the temporary directory now corresponds to one XHTML file.
|
---|
40 | The<samp class="ph codeph">dita.inner.topics.xhtml</samp> target is used to process documents that are in
|
---|
41 | the map directory (or subdirectories of the map directory). The
|
---|
42 | <samp class="ph codeph">dita.outer.topics.xhtml</samp> target is used to process documents that are outside
|
---|
43 | of the scope of the map, and thus might end up outside of the designated output directory.
|
---|
44 | Various DITA-OT parameters control how documents processed by the
|
---|
45 | <samp class="ph codeph">dita.outer.topics.xhtml</samp> target are handled.</li>
|
---|
46 |
|
---|
47 | </ul>
|
---|
48 | </div>
|
---|
49 |
|
---|
50 | </div>
|
---|
51 |
|
---|
52 | <div class="related-links">
|
---|
53 | <div class="familylinks">
|
---|
54 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../dev_ref/XhtmlWithNavigation.html" title="The DITA-OT ships with several varieties of XHTML output, each of which follows roughly the same path through the processing pipeline. All XHTML-based transformation begin with the same call to the pre-processing module, after which they generate XHTML files and then branch to create the transformation-specific navigation files.">XHTML processing modules</a></div>
|
---|
55 | </div>
|
---|
56 | </div>
|
---|
57 |
|
---|
58 | </body>
|
---|
59 | </html>
|
---|