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="DITA to XHTML"/>
|
---|
11 | <meta name="abstract" content="The xhtml transformation generates XHTML output and a table of contents (TOC) file. This was the first transformation created for the DITA Open Toolkit, and it is the basis for all the HTML-based transformations."/>
|
---|
12 | <meta name="description" content="The xhtml transformation generates XHTML output and a table of contents (TOC) file. This was the first transformation created for the DITA Open Toolkit, and it is the basis for all the HTML-based transformations."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../readme/AvailableTransforms.html"/>
|
---|
14 | <meta name="DC.Relation" scheme="URI" content="../readme/ant-parameters-xhtml-transformation.html"/>
|
---|
15 | <meta name="DC.Relation" scheme="URI" content="../readme/tool-parameters-xhtml-transformation.html"/>
|
---|
16 | <meta name="DC.Format" content="XHTML"/>
|
---|
17 | <meta name="DC.Identifier" content="dita2xhtml"/>
|
---|
18 | <meta name="DC.Language" content="en-us"/>
|
---|
19 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
20 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
21 | <title>DITA to XHTML</title>
|
---|
22 | </head>
|
---|
23 | <body id="dita2xhtml">
|
---|
24 |
|
---|
25 |
|
---|
26 | <h1 class="title topictitle1">DITA to XHTML</h1>
|
---|
27 |
|
---|
28 |
|
---|
29 | <div class="body conbody"><p class="shortdesc">The <span class="keyword option">xhtml</span> transformation generates XHTML output and a table of contents
|
---|
30 | (TOC) file. This was the first transformation created for the DITA Open Toolkit, and it is the
|
---|
31 | basis for all the HTML-based transformations.</p>
|
---|
32 |
|
---|
33 | <p class="p">The XHTML output is always associated with the default DITA-OT CSS file
|
---|
34 | (<span class="ph filepath">commonltr.css</span> or <span class="ph filepath">commonrtl.css</span> for right-to-left
|
---|
35 | languages). You can use toolkit parameters to add a custom style sheets to override the
|
---|
36 | default styles.</p>
|
---|
37 |
|
---|
38 | <p class="p">To run the XHTML transformation, set the <span class="keyword parmname">transtype</span> parameter to
|
---|
39 | <span class="keyword option">xhtml</span>. If you are running the demo build, specify <span class="keyword option">web</span>
|
---|
40 | rather than <span class="keyword option">xhtml</span>.</p>
|
---|
41 |
|
---|
42 | </div>
|
---|
43 |
|
---|
44 | <div class="related-links">
|
---|
45 | <div class="familylinks">
|
---|
46 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../readme/AvailableTransforms.html" title="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.">DITA-OT transformations</a></div>
|
---|
47 | </div>
|
---|
48 | <div class="relinfo relref"><strong>Related reference</strong><br/>
|
---|
49 | <div><a class="link" href="../readme/ant-parameters-xhtml-transformation.html" title="Certain parameters are specific to the XHTML transformation.">Ant parameters: XHTML transformation</a></div>
|
---|
50 | <div><a class="link" href="../readme/tool-parameters-xhtml-transformation.html" title="Certain parameters are specific to the XHTML transformation.">Command-line tool parameters: XHTML transformation</a></div>
|
---|
51 | </div>
|
---|
52 | </div>
|
---|
53 |
|
---|
54 | </body>
|
---|
55 | </html>
|
---|