Authoring and Publishing with XMetaL and DITA

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    Authoring and Publishing with XMetaL and DITA - Presentation Transcript

    1. Introduction to DITA and XMetaL
        • Simon Bate
        • Scriptorium Publishing Services
    2. Course Agenda
      • Overview of XMetaL
      • Elements and structured authoring
      • Generating output
      • Attributes
      • Images
      • Tables
      • Writing topics
      • Sections and nested topics
      • Cross-references
      • Metadata and indexes
      • Track changes
      • DITA maps
      • Reusing content
    3. Course purpose
      • Learn how to author content using XMetaL Author Enterprise Edition
      • Understand DITA
      • Put theory into practice, learn by doing
    4. About DITA
      • Darwin Information Typing Architecture
      • Created at IBM
      • Now developed and maintained by OASIS
      • Standard XML language
      • Cost-effective way to create, publish, reuse, and exchange structured content
    5. Role of DITA Tools
        • An authoring tool is a user interface for creating DITA content
    6. DITA documentation
      • DITA Language Reference
        • Purpose and content model for each element
        • Help > DITA Specifications > DITA Language Reference
      • DITA Architectural Specification
        • Describes overall behavior of DITA
        • Very technical
        • Help > DITA Specifications > DITA Architectural Specification
    7. Overview of XMetaL
    8. XMetaL Author
      • Standard word-processing environment
        • Multiple undo (and redo)‏
        • Spell checking & thesaurus
        • Change tracking
      • Create and edit text
      • Familiar editing features to create content
    9. XMetaL Author Interface: Overview Menu Structure View Tool bar Document Pane View Mode buttons Element List
    10. Inserting symbols and special characters
      • Insert > Symbols
      • Insert > Special Characters
      • Or click View > Toolbars,
        • Then toggle appropriate checkboxes
    11. Typographical elements
      • Bold
      • Italic
      • Underline
    12. View modes
      • Four view modes for the document pane:
        • Normal
        • Page Preview
        • Tags On
        • Plain Text
      • Controls in bottom left corner of the pane:
        • Indicate the current view
        • Switch between views
    13. Normal view
      • Shows content
      • No XML element tags
      • Indicated by this icon:
      • Use most of the time when writing content
    14. Tags On view
      • Shows content
      • Shows XML element tags
      • Indicated by this icon:
      • Allows precise insertion
      • Allows tag deletion/unwrapping
      • Click box to expand/collapse:
      • Tip: CTRL+SHIFT toggles Tags On & Normal
    15. Plain Text view
      • Edit all XML markup and content
      • Indicated by this icon:
      • Does not check validity
      • Can create invalid XML
    16. Page Preview view
      • Shows a formatted preview
      • Indicated by this icon:
      • Verify the content is formatted correctly
      • XML document transformed
      • Opens in browser or Acrobat
    17. Tip:
      • Can’t see the menus?
        • Open a DITA document
      • Want to see the structure view?
        • View > Structure View
    18. Workbook Exercise: Basic File Operations
    19. Options for saving and opening files
      • Click Tools > Options
      • To use default toolbars, press CTRL on startup
    20. File and folder naming
      • Be systematic and careful
      • No spaces
      • No special characters
    21. Elements and Structured Authoring
    22. Elements: Key terms
      • Element
      • Element type (or name)‏
      • Element contents
      • Start tag
      • End tag
      • Attribute
    23. Structure and validity
      • XML must be:
        • Well-formed
        • Valid
      • DITA content model defines validity
        • How to order elements
        • Hierarchy of element types
        • Attributes
    24. Validating documents
      • Click Tools > Validate
      • Errors most common in converted legacy documents
      • Fix “missing required element” problems first
    25. Structure and "Smart Insert"
      • When pasting XMetaL content:
        • XMetaL inserts content at closest valid location
        • May be far from the insertion point
        • May not be pasted at all
      • When pasting Word or HTML content:
        • XMetaL uses DITA elements
        • Closest match to paste and location
        • Best advice: watch when pasting
    26. Identifying the current element
      • See context bar (at bottom of screen)‏
      • Also shows ancestors' hierarchy
      • Based on:
        • Cursor location
        • Currently selected element
      • Here's a <li> within a <ul> within a <section>…
      • Be aware of what is selected
      Identifying the current element
    27. ENTER key
      • XMetaL inserts the most logical next element
      • Often the same type as the current one
    28. Insert menu
      • Allows you to insert elements
      • Shows most available elements
      • Context free
      • “ Smart Insert”
        • Inserts an element in the next valid location
        • Sometimes asks if you want to split the current element – usually this is what you want
    29. Element List
      • View > Element List
      • Lists available valid elements
      • Depends on cursor location
      • Insert new
      • Change selected
    30. Paragraph menu
      • Change paragraphs to notes and long quotations
      • Specify note types:
        • danger
        • tip
      • Apply and remove bullets and numbering
    31. Format markup vs. Semantic markup
      • Separation of content from formatting
      • Format markup: how something should look
      • Semantic markup: what something means
      • Examples:
        • <b> vs. <uicontrol>
        • <li> vs. <step>
    32. Inserting domain elements
      • Domain elements cross topic types
      • Insert > * Element menus
        • Programming
        • Software
        • User Interface
        • Utilities
        • Other
    33. Domains in Element List
      • Domain elements are listed in Element List
      • Tools > DITA Options
      • Only affects the Element List
        • Not the Insert menu
    34. Modifying elements
      • Change element type
        • Radio button in Insert element list
      • Expand and collapse content displays
      • Delete elements
    35. Deleting elements
      • Easiest on Tags On view
      • To &quot;unwrap&quot; an element (leave content):
        • Click just after the start tag, then press Backspace
      • To delete the element and content:
        • Click a tag to select the entire element, then press Delete or Backspace
    36. Workbook Exercise: Working with Elements
    37. Generating Output (Publishing)‏
    38. DITA Open Toolkit
      • Open-source application for publishing DITA content to multiple output formats
      • Integrated with XMetaL
      • Help > Third-Party Components > DITA Open Toolkit User Guide
    39. Publishing formats
      • XHTML
      • PDF
      • CHM
      • RTF
      • Eclipse Help
      • JavaHelp
    40. PDF options
      • XMetaL Enhanced PDF
        • Best all-purpose PDF deliverable type
      • XMetaL Enhanced PDF via Acrobat Distiller
        • Use if your documents have EPS graphics
    41. Generating output
      • File > Generate Output for DITA Topic
      • Troubleshooting:
        • File > View Output Log
    42. Workbook Exercise: Generating Output
    43. Attributes
    44. Purpose of attributes
      • Provide additional information
        • width = “250 px”
      • Point to a file or URL
        • href = “http://www.microsoft.com”
        • href = “images/red_button.gif”
      • Identify an element
        • id = “p_73412763”
      • Conditionalize an element
        • platform = “macintosh”
    45. Attribute Inspector
      • Click View > Attribute Inspector
      • Allows you to examine and change values of XML attributes
      • Cursor position is important
    46. Working with attributes
      • XMetaL creates element IDs automatically
      • Some dialog boxes set attributes
        • Insert Image
        • Set Conditional Text
      • Use Attribute Inspector
    47. Attribute tooltips
      • Tip: Hover over a tag in Tags On view to see attributes
    48. Workbook Exercise: Attributes
    49. Images
    50. Supported image formats
      • PNG, GIF, JPEG
      • SVG (if an appropriate plug-in is installed)‏
      • EPS
        • displays in XMetaL if preview information is available in the file
        • requires Acrobat Distiller to produce optimal PDF output
      • TIF, other formats
        • may not display in all output formats
    51. Working with images
      • Inserting images
        • Insert > Image
      • Insert an image with a title
        • Insert > Figure with Title
      • Add a title to an existing image
        • Select Image and wrap in fig
        • Insert > Other Element > Title
      • Modify the properties of an existing image
    52. Image sizing
      • Do one of the following:
      • Best-supported: Resize the image using a graphics editor
      • Specify “width” in pixels, inches, cm, etc.
      • Specify “height”
      • Least-supported: Specify “scale” by a percentage
    53. Workbook Exercise: Images
    54. Tables
    55. Tables
      • Click Table > Insert Table
      • Choose type:
        • Normal table = table with title
        • Simple table = informal table (no title)‏
        • Step choices (task topics only)
        • Properties (reference topics only)‏
      • Specify rows and columns
      • Specify header or not
    56. Header rows
      • To make the first row of a table a header row:
        • Click Table > Insert Table
        • Add later with Table > Table Properties
    57. Working with table properties
      • Tip: Click in a row to change the properties of that row. Don’t select the whole row.
    58. Workbook Exercise: Tables
    59. Writing topics
    60. Topics
      • A Topic is a DITA unit of information
      • Has a title, short description, and content
      • All topics have the same basic structure and capabilities
      • Long enough to make sense on its own
      • Short enough to provide essential info
    61. Topic types
      • Main topic types:
        • Generic Topic
        • Concepts
        • Tasks
        • Reference
      • DITA also includes:
        • Composite or multiple topic type
        • Glossary entry (DITA 1.1)‏
        • Specialization
    62. Topics: Determining the topics you need
      • Identify a task to document.
      • Identify the subtasks for the task.
      • Identify the concepts you need to support the task and subtasks.
      • Identify the supporting reference information.
    63. XMetaL authoring templates
      • Templates include commonly-needed elements to get started
        • To delete empty elements, click between the tags, then press Backspace
      • Blue-on-blue placeholder text is not shown in output
    64. Common elements in topics
      • Title
      • Short description
        • Briefly introduce the topic and provide a concise answer to the question “What is this?”
        • Begin with a definition, and then expand upon it
        • Contain the main point of the topic
        • 1-3 sentences, no more than 50 words
      • Body
    65. Concept topics
      • Concept topics explain and teach.
      • Help users build on their experience and knowledge.
      • Read before using the product or completing a task.
      • Can contain paragraphs, lists, tables, sections, images, etc.
    66. Concept topics: examples
      • Concept topics can focus on specific types of information:
        • Technology
        • User concerns
        • Decisions
        • Background
        • Overview
        • Relationships
        • Process overview
    67. Sections and nested topics
    68. Sections, topics, and headings
      • DITA is structured
      • Not like HTML or Word
      • Cannot put headings where you want
      • DITA requires more planning of your heading hierarchy
    69. Sections
      • Use in Concept and Reference topics
      • Can have more than one section
      • Can’t nest sections
      • All following paragraphs must be in section
    70. Working with sections
      • Use Tags On view to see section boundaries
      • Make sure section encloses all following content elements
    71. Sections and subtopics
      • To nest information, either:
        • Nest topics within a DITA map
        • Insert subtopics within the DITA topic
      • DITA maps are far preferred
        • Think about reusability
    72. Workbook Exercise: Creating Topics
    73. Reference topics
      • Reference topics provide quick access to facts
      • Info users need to complete their tasks
      • Often read when the info is needed
      • Little or no background or explanatory detail
      • Links to other closely related reference topics
      • Contents defined by your Style Guide
      • Good use of specialization
    74. Reference topics: examples
      • Documents the facts for categories such as:
          • device support
          • APIs
          • messages
          • schemas
          • settings
          • symbols
          • language elements
          • and so on
    75. Task topics
      • Task topics document procedures
      • About 70% of topics are tasks
      • Each task topic presents information in a strict chronological sequence:
        • Prerequisites
        • Context
        • Steps (required)‏
        • Result
        • Example
        • Postrequisites
    76. Task topics: Prerequisites
      • DITA element: <prereq>
      • Things that users need to know or do before starting the task steps
    77. Task topics: Context
      • DITA element: <context>
      • Background information on the task
    78. Typical task topic
      • <steps> element provides numbered steps
    79. Sequence within a <step> element
      • <cmd> (required)‏
      • Any number of the following:
        • <info> (tables, images, paragraphs, notes)‏
        • <substeps > (2a, 2b, 2c…)‏
        • <tutorialinfo>
        • <stepxmp >
        • <choicetable >
        • <choices>
      • <stepresult>
    80. Example of <steps>
    81. Steps: Example in a step
      • DITA element: <stepxmp>
      • Optional step element
      • Illustrates the successful completion of the current step
    82. Steps: Step result
      • DITA element: <stepresult>
      • Describes the result of the current step
      • Optional step element
      • Example:
        • When you depress the Lock button, all doors are locked automatically.
    83. Steps: Substeps
      • DITA elements: <substeps>, <substep>
      • Subdivides a major step in a sequence.
      • Output is the equivalent of a nested ordered list within an ordered list.
      • Can use all the elements valid for <step>, except for <choices> and <choicetable>.
      • Example:
      • 3. Do the following:
        • a. Browse for the file.
      • b. Type the file name.
    84. Steps: Choices
      • DITA elements: <choices>, <choice>
      • Decisions within a major step in a sequence
      • Output is the equivalent of a nested unordered list within an ordered list.
      • Can contain any general DITA elements
      • Example:
      • 4. Select one of the following options:
            • Import all files
            • Import selected files
    85. Steps: Choice tables
      • DITA elements: <choicetable>, <chrow>, <choption>, <chdesc>
      • Decisions within a major step in a sequence
        • Require a significant amount of information
        • Where there are multiple options
      • Output is the equivalent of a table
      • Can contain any general DITA elements
      • Example:
        • type attribute for the <note> element
    86. Steps: Choice table output
      • Specify how to open new perspectives:
      Option Description Click in the same window To open the perspective in the same window. When you open the window, it replaces the currently open window. Click in a new window To open the perspective in a new window. When you open the window, it opens in a new window and the currently open window remains open.
    87. Task with unordered steps
      • Bullets instead of numbers
      • <steps-unordered> element
    88. Task topics: Results
      • DITA element: <result>
      • Illustrates the successful completion of the task
      • Example:
        • The device is fully configured and ready for use.
    89. Task topics: Example
      • DITA element: <example>
      • Illustrates a successful completion of the task steps.
      • <example> is a type of <section> element
    90. Task topics: Postrequisites
      • DITA element: <postreq>
      • Things that users need to know or do upon completing the task steps.
    91. Workbook Exercise: Task Topics
    92. Cross-references and links
    93. Types of links
      • Inline links <xref>
        • Cross-reference <xref href=&quot;#target&quot;/>
        • File reference <xref href=&quot;file.typ&quot;/>
        • Web link <xref href=&quot;http://...&quot;/>
      • Related links <related-links>
      • Links generated by relationship tables
    94. Inserting links
      • Insert > Link > ...
        • Cross-reference
        • File reference
        • Web link
      • All add <xref> elements
      • Related links added at end of topic
    95. Refreshing References
      • To update content in cross-references:
        • Click Edit > Refresh All References
        • Close and reopen the document
    96. Workbook Exercise: Cross-references and Links
    97. Metadata and index elements
    98. Metadata in DITA
      • Maintained in <prolog> element
      • Examples: author, publisher, copyright information
      • Metadata is usually company-specific
      • Click Insert > Topic Metadata This dialog can get you started, but best to create your own
    99. Indexing
      • Use <indexterm>
      • Can nest <indexterm> elements
      • Cannot put in <title> elements
      • Place <indexterm> where appropriate
      • DITA Open Toolkit will compile an index
    100. Creating index entries
      • Click Insert > Index Marker
      • Tip: Press Alt+Shift+X
      • Use commas to create subentries
    101. Editing index entries
      • Braces ({ and }) are XMetaL
      • Index entry:
      • Nested index entry:
        • Nested entry produces:
        • “ Stylesheets, troubleshooting....37”
    102. Advanced indexing features
      • DITA 1.1
      • Page ranges
      • See/See also
      • Sort as
    103. Workbook Exercise: Metadata and Index Elements
    104. Track changes
      • Purpose:
        • Communicate to reviewers about what’s new
        • Have reviewers communicate about what they want
        • Help you manage your writing process
      • XMetaL uses processing instructions to track changes
      Track changes
    105. Using change tracking
      • Turn on and off:
        • Tools > Track Changes
      • Accept/reject changes:
        • Tools > Accept or Reject Changes
      • Can also use: View > Toolbars [Reviewing]
      • To change styles:
        • Name: Tools > Options [General]
        • Format: Tools > Options [Change Tracking]
    106. Workbook Exercise: Track Changes
    107. DITA Maps
    108. DITA maps
      • Organize DITA topics in a TOC-like structure
      • References to DITA topics
      • Analogous to a FrameMaker Book file
      • Can also contain topic metadata
    109. Topics and maps
      • Topic
        • Unit of information that is meaningful when it stands alone
      • Map
        • Organizes topics into a coherent set
        • Typically for different deliverables or media
      Topics DITA Maps Deliverables
    110. Working with maps
      • Map Editor displays maps in a GUI
      • You can:
        • Add and remove topics
        • Change topic order
        • Nest topics
        • Edit with drag and drop or toolbar buttons
        • Change map properties
    111. Insert a reference to an existing topic
      • Select the map entry under which you want to nest the topic
      • Click Insert > Topic Reference
      • Browse for a topic
    112. Tips for working with maps
      • Plan where to put your map and topic files
        • usually close to each other
      • Remember file and folder naming rules:
        • no spaces, no special characters
      • Make sure you’re using files in the location you think you’re using
    113. Insert and create a topic
      • Select the topic above where you want the new topic
      • Click Insert > Topic Reference
    114. Insert a topic heading
      • Click Insert > Topic Heading
    115. Create a new map
      • Click (small) File > New Map.
        • or
      • Click (big) File > New
        • Then choose the DITA Map template
    116. Insert a submap
      • Both maps must exist
      • Click (small) Insert > Map Reference
    117. Specify map properties
      • In the Map Editor, select the Properties button.
      • In the Map Properties dialog, click the Special Attributes tab
      • Interesting attributes include:
        • Navigation title
        • Scope
        • Include in TOC
        • Print
    118. Workbook Exercise: Organizing Topics with Maps
    119. Switch to XML view
      • Click (small) File > Switch to XML View of Map.
    120. Switch to Map Editor
      • Select File > Switch to Map Editor
    121. Different views for different tasks Task Map editor XML View Create the table of contents, a.k.a. the “hierarchical” part of the map  Browse topics by double-clicking  Edit relationship tables  Use conditional text to make parts of the map conditional  Troubleshoot 
    122. Relationship tables
      • Automatically generate “Related x” sections
      • Special type of semantic table
        • Columns define information types
        • Rows define relationships between topics
        • Each <topicref> in a cell will link to the other topic references in that row
        • Can control linking
    123. Map metadata
      • Metadata in maps
        • can fine-tune linking in relationship tables
        • can be used instead of topic metadata
        • is inherited from parent elements
    124. Relationship Tables: XML View
    125. Create a relationship table
      • Switch to XML view
      • Insert the relationship table
      • Add the <topicref> elements
      • Generate the map
      • Review the links
      • Update the relationship table
      • Generate and review
      • Switch to Map Editor
    126. Insert a relationship table
      • Click Table > Insert Relationship Table.
      • Choose one of several common formats, then click OK:
    127. Attributes for managing links
      • In a <relcell> element:
      • collection-type = “family”
        • topicrefs in cell link to each other
      • linking = “targetonly”
        • topicrefs can be targets, but cannot be links
      • linking = “sourceonly”
        • topicrefs can be links, but cannot be targets
    128. Add topics
      • Hold CTRL and drag Task topics from the navigation portion of the map into the relationship table. This copies the <topicref>.
      • Think of the Concept and Reference topics that are related to each Task. Paste <topicref>s for those topics on the same row.
      • Generate the map and open the file.
    129. Workbook Exercise: Relationship Tables
    130. Glossaries
    131. Glossaries
      • Writing glossary content
      • Assembling glossary content
    132. Glossary content
      • Basic markup:
      • <glossentry>
      • <glossterm></glossterm>
      • <glossdef></glossdef>
      • </glossentry>
      • One or more <glossentry> elements in a file
      • Specialization of <concept>
      • DITA 1.1
    133. Assembling glossary content
      • Create a Bookmap file and point the <glossarylist> element to your glossary content files.
      • Add a <topicref> to your map file pointing to your Bookmap file.
    134. Publishing glossaries
      • During “Generate Output”: All glossary content is pulled into the same glossary and is sorted alphabetically.
    135. Reusing content
    136. Content reuse: overview
      • Reuse is about reducing duplication and delivering more customized content
      • Two main approaches to reuse:
        • Conditional text
        • Modular reuse:
          • reusing topics in different maps
          • content references ( conref )‏
    137. Conditional text
      • Single source file
      • Content for multiple deliverables
      • Markup identifies different subsets
      • For example,
        • Windows: &quot;Press Ctrl+S&quot;
        • Macintosh: &quot;Press Command+S&quot;
    138. What does conditional text markup look like?
      • No conditional text markup:
      • <p> Press Ctrl+S. </p>
      • Conditional text markup:
      • <p platform = &quot;windows&quot;> Press Ctrl+S. </p>
      attribute attribute value
    139. Conditional text overview
      • Configure XMetaL with conditions
      • Typically: products, platforms, audiences
      • In XMetaL:
        • Mark content as conditional
        • Style conditional content
        • Generate output
          • specify conditional content
    140. Make content conditional
      • Select text or an element
      • Click Reuse > Apply/Remove Conditions
    141. Assigning conditional attributes
      • Windows only:
      • <p platform=&quot;windows&quot;> Press Ctrl+S. </p>
      • Windows and Macintosh, but not Unix:
      • <p platform=&quot;windows macintosh&quot;> Press Ctrl+S. </p>
      • All platforms:
      • <p> Press Ctrl+S. </p>
    142. What content can you make conditional?
      • DITA allows a high degree of granularity
      • Single words can be made conditional
      • (But consider practicality)‏
      • Not limited to text, other types of content
    143. Elements that can be made conditional:
      • Yes:
        • Text
        • Images
        • Cross-references
        • Index markers
        • Tables
        • Rows in tables
        • Content within content references
        • Topic references in DITA maps
      • No:
        • Individual table cells
        • Table columns
        • Required elements
          • Text within required elements is OK
    144. <ph> element
      • If you make selected text conditional, XMetaL inserts <ph> tags so it can “hang” attributes on the <ph> element.
    145. Style conditional text
      • Styles help keep track of conditional text
      • XMetaL only, not in deliverables
      • Reuse > Style Conditional Text
    146. Generate conditional output
      • Choose what platforms, products, and audiences you want to include
    147. How DITA handles multiple condition types For an element marked as audience = “Europe” and platform = “windows” *Would appear if you used native FrameMaker ® 7.x conditions instead of DITA In output for this audience and product: Does the element appear? Notes Europe Macintosh No* The element is for the right audience. The element is not for the right platform. North America Windows No* The element is not for the right audience. The element is for the right platform. Europe Windows and Macintosh Yes The element is for the right audience. The element is for one of the right platforms.
    148. Multiple condition types: the rule
      • In this example: Content must be for both the right platform and the right audience in order to be included.
      • The general rule: An element is included if, for each attribute mentioned in Show/Hide Conditional Text:
        • It doesn't have any values for that attribute, i.e. it is &quot;common to all&quot;
        • OR it matches at least one value that should be included.
    149. Planning to use conditional text
      • Determine your team's needs in terms of content reuse:
      • What product variations are similar enough they could be documented through one set of source files?
      • What audiences do you want to customize documentation for?
      • Would it make sense to achieve reuse through conditional text, through content modularization, or both?
    150. Configuring XMetaL conditions
      • Edit ct_config.xml
              • <conditions>
      • <attribute name=&quot;audience&quot; title=&quot;Audience&quot;>
      • <value name=&quot;student&quot; title=&quot;Student&quot; />
      • <value name=&quot;teacher&quot; title=&quot;Trainer&quot; />
      • <value name=“self-study&quot; title=“Self-Study&quot; />
      • </attribute>
      • <attribute name=&quot;platform&quot; title=&quot;Platform&quot;>
      • <value name=&quot;windowsxp&quot; title=&quot;Windows XP“ />
      • <value name=&quot;windows2000&quot; title=&quot;Windows 2000 />
      • <value name=&quot;linux&quot; title=&quot;Linux&quot; />
      • <value name=&quot;macosx&quot; title=&quot;MacOSX“ />
      • </attribute>
      • </conditions>
    151. Content references (conrefs)‏
      • Standard DITA element attribute
      • References another element of same type
      • On output, content from referenced element substituted for the conref element
      • Similar to FrameMaker “text insets”
      • Analogous to referencing an image file
    152. Content references in XMetaL
      • Content shown in conref is:
      • Read-only
      • Updated when a document is opened
      • To manually refresh:
        • Click Edit > Refresh All References
        • Or press F11
    153. Working with content references
      • Open a document containing a content reference
      • Right-click to switch between viewing local content and referenced content
        • Local content is highlighted in yellow
    154. Reusable components
      • Reusable components:
        • Managed snippets of XML
        • Have titles, short descriptions, and reusable-content.
      • One reusable component per file
      • Click Reuse > Create Reusable Component
      • XMetaL only; not transportable
    155. Reuse strategies Reuse Opportunity Solution Multiple similar deliverables Flag some content as conditional Piece of content used in many different contexts Include it in different topics using content references (Modular reuse)‏ Topic used in many different deliverables Include it in different deliverables through DITA maps (Modular reuse)‏
    156. Workbook Exercise: Reusing Content
    157. Additional resources
      • DITA Users group on Yahoo! groups:
        • http://tech.groups.yahoo.com/group/dita-users/
      • XMetaL-DITA group on Yahoo! groups:
        • http://tech.groups.yahoo.com/group/xmetal-dita/
      • dita.xml.org
      • www.justsystems.com (webinars, events)‏
    158. Thanks!
      • Last Questions?
      • Drawing!
      • [email_address]

    + Scott AbelScott Abel, 2 years ago

    custom

    102 views, 0 favs, 4 embeds more stats

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 102
      • 66 on SlideShare
      • 36 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 8
    Most viewed embeds
    • 31 views on http://www.doctrain.com
    • 2 views on http://74.50.49.116
    • 2 views on http://livetechdocs.com
    • 1 views on http://community.livetechdocs.com

    more

    All embeds
    • 31 views on http://www.doctrain.com
    • 2 views on http://74.50.49.116
    • 2 views on http://livetechdocs.com
    • 1 views on http://community.livetechdocs.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories