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 Eclipse Content"/>
|
---|
11 | <meta name="abstract" content="The eclipsecontent transformation generates normalized DITA files and Eclipse control files. It originally was designed for an Eclipse plug-in that dynamically rendered DITA content, but the output from the transformation can be used by other applications that work with DITA."/>
|
---|
12 | <meta name="description" content="The eclipsecontent transformation generates normalized DITA files and Eclipse control files. It originally was designed for an Eclipse plug-in that dynamically rendered DITA content, but the output from the transformation can be used by other applications that work with DITA."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../readme/AvailableTransforms.html"/>
|
---|
14 | <meta name="DC.Relation" scheme="URI" content="../readme/ant-parameters-eclipse-content-transformation.html"/>
|
---|
15 | <meta name="DC.Relation" scheme="URI" content="../readme/tool-parameters-eclipsecontent-transformation.html"/>
|
---|
16 | <meta name="DC.Format" content="XHTML"/>
|
---|
17 | <meta name="DC.Identifier" content="dita2eclipsecontent"/>
|
---|
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 Eclipse Content</title>
|
---|
22 | </head>
|
---|
23 | <body id="dita2eclipsecontent">
|
---|
24 |
|
---|
25 |
|
---|
26 | <h1 class="title topictitle1">DITA to Eclipse Content</h1>
|
---|
27 |
|
---|
28 |
|
---|
29 | <div class="body conbody"><p class="shortdesc">The <span class="keyword option">eclipsecontent</span> transformation generates normalized DITA files and
|
---|
30 | Eclipse control files. It originally was designed for an Eclipse plug-in that dynamically rendered
|
---|
31 | DITA content, but the output from the transformation can be used by other applications that work
|
---|
32 | with DITA.</p>
|
---|
33 |
|
---|
34 | <div class="p">Normalized DITA files have been through the DITA Open Toolkit pre-processing operation. In
|
---|
35 | comparison to the source DITA files, the normalized DITA file are modified in the following ways:<ul class="ul">
|
---|
36 | <li class="li">Map-based links, such as those generated by map hierarchy and relationship tables, are added to
|
---|
37 | the topics.</li>
|
---|
38 |
|
---|
39 | <li class="li">Link text is resolved.</li>
|
---|
40 |
|
---|
41 | <li class="li">Any DTD or Schema reference is removed.</li>
|
---|
42 |
|
---|
43 | <li class="li">Class attributes that are defaulted in the DTD or Schema are made explicit in the topics.</li>
|
---|
44 |
|
---|
45 | <li class="li">Map attributes that cascade are made explicit on child elements.</li>
|
---|
46 |
|
---|
47 |
|
---|
48 | </ul>
|
---|
49 | The normalized DITA files have an extension of <span class="ph filepath">.xml</span>.</div>
|
---|
50 |
|
---|
51 | </div>
|
---|
52 |
|
---|
53 | <div class="related-links">
|
---|
54 | <div class="familylinks">
|
---|
55 | <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>
|
---|
56 | </div>
|
---|
57 | <div class="relinfo relref"><strong>Related reference</strong><br/>
|
---|
58 | <div><a class="link" href="../readme/ant-parameters-eclipse-content-transformation.html" title="Certain parameters are specific to the Eclipse content transformation.">Ant parameters: Eclipse content transformation</a></div>
|
---|
59 | <div><a class="link" href="../readme/tool-parameters-eclipsecontent-transformation.html" title="Certain parameters are specific to the Eclipse content transformation.">Command-line tool parameters: Eclipse content transformation</a></div>
|
---|
60 | </div>
|
---|
61 | </div>
|
---|
62 |
|
---|
63 | </body>
|
---|
64 | </html>
|
---|