
Install Oxygen XML Author, enter the license key, and start a 30-day free trial from the Oxygen website; if the license expires, contact me for continued access.
Meet the instructor, a seasoned expert in technical communications and DITA XML, sharing his SAP experience, PMP certification, and courses that train technical writers and information architects.
Define DITA, the Darwin information typing architecture, as an XML data model for structured authoring and publishing. Standardize writing with templates across teams to ensure consistent documentation across CMS deployments.
Discover who defines DITA through the Oasis technical community, which sponsors and evolves the standard, and explore how major software companies adopt DITA for authoring and opportunities for technical writers.
Use the DITA specification as a reference, not a memory test, and cross-check topic element meanings when needed, while content management system vendors implement what your authoring environment provides.
Single-sourced output is enabled by dita, with authors focusing on content development while Open Toolkit transforms dita XML into HTML, PDF, HTML5, ePub, or Markdown.
Scale large documentation volumes using DITA XML to manage millions of documents and thousands of pages across product releases, delivering precise answers quickly through a scalable infrastructure.
Explore how DITA XML enables specialization and generalization, giving you tools to customize content for proprietary systems, automate processes, and transfer content across vendors to lower costs.
Discover how DITA lets you define your own topic templates to standardize content across architectural documentation and technical specifications, ensuring consistency and author independence.
Explore how DITA's semantic XML elements enable machine-readable content, metadata, and taxonomies, improving information architecture, searchability, scalability, and personalized, automated processing.
Master strict DITA writing rules to ensure correct topic structure, preserve semantic meaning, and keep machines able to process and understand your content.
Adopt modularized and reusable writing by organizing content into modules and sections that can be reused across different contexts and user guides.
Explore information architecture requirements in DITA, empowering information architects to govern content organization, reuse across maps, topics, and deliverables, and understand the semantic meaning of topic elements for deep reuse.
Define personas and the target audience's information needs to shape a profiling strategy. Apply careful filtering and flagging rules to deliver the right content to the right audience.
Slides Used in This Section
Explore the meaning of a DITA map, why you need it, and the basic elements behind each part. Then practice creating your own DITA map.
Learn how DITA map organizes topics and resources into a structured collection, providing the overall context to point to and resolve topics and resources.
Learn how to write DITA topics, where one topic is a single unit of content, organized as standalone entities on a file system, and how this fits into documentation.
Select the right DITA topic type by understanding what a topic is and learning the different topic types available in DITA.
Demonstrate creating a DITA task topic in Oxygen XML Author, covering the task structure with title, short description, prerequisites, context, steps, results, and examples.
Reference a topic from the dita map using the dita maps manager, selecting topic reference, choosing the target topic, and inserting the link into the map.
Attached are the DITA source files of the demo you watched in this section. You can download these source files and play with them in your local Oxygen XML Author environment.
In this section you will learn which are some of the most common DITA elements, that you will use on a daily basis. Attached you will find the slides used in this section, in case you want to use them a reference in future.
Which are the common elements we use to create content?
How do the common topic elements map to DITA elements?
Create some topic elements yourself!
How to think about topic elements, so that it's easy to understand them?
In this lesson, we will use a Task topic as the context in which we use DITA topic elements. We deep dive into the usage of the topic elements one by one, as they appear in a sample Task topic.
Let's recap what you have learned so far!
How to see which element to use in the context of my Task topic?
Tables are commonly used in software documentation. Which are the elements in DITA that you can use to construct a table?
In this lecture you will learn which are the common DITA map elements to use.
A demo of the DITA map elements using a DITA source, as explained in the previous lecture.
Discover how to reuse DITA maps by creating a reusable map, referencing topics, and embedding them with mapref in end-user guides; learn that maps disappear at build time.
Learn how to reuse a single topic across multiple maps in DITA by referencing the topic with topicref, avoiding copy-paste and ensuring consistency.
Learn to reuse a single DITA topic element with conref by generating IDs, choosing a paragraph, and pasting as content reference to the target topic.
Create two topics in a dita xml context; build a reusable topic with paragraph and generated id, then paste content as a conref using content reference attribute in second topic.
Reuse table rows in DITA with Oxygen Author by defining an id for the first and last rows and using conref and conrefend to merge the range.
Create a topic.
Create a table in the topic.
Navigate to the table row and define the IDs on the first and last rows to reuse:
<row id="FIRST_ROW">
<entry>text1</entry>
<entry>text2</entry>
</row>
<row>
<entry>text3</entry>
<entry>text4</entry>
</row>
<row id="LAST_ROW">
<entry/>
<entry/>
</row>
4. Create another topic.
5. Create another table.
It must have the same number of columns!
6. Select the row where to insert the referenced rows.
7. Using Text mode, define a new row where to inject the reused rows:
<row conref="reference_1.dita#reference_1/FIRST_ROW" conrefend="reference_1.dita#reference_1/LAST_ROW">
<entry/>
<entry/>
</row>
Profile and condition DITA content to personalize information for different users, transforming DITA source into multiple customized outputs and final user guides.
Explore how profiling in DITA content conditions for novice and expert audiences, configure build-time rules, and generate customized novice and expert user guides.
Configure Oxygen XML Author to enable profiling, define profiling attributes and values, and apply automatic styling to display color-coded content and audience labels for expert or novice.
Profile tables in DITA by applying profiling attributes to tables, rows, and cells for experts and novices. Avoid empty or broken content by profiling at the right element levels.
Learn:
- what is information architecture
- who is an information architect in technical communications world
- what is the recipe for applying information architecture principles for personalizing software documentation.
Learn about the information architecture framework to consider when designing your documentation development process.
Let's look at a practical example of applying the information architecture framework on the content.
Now that you know what information architecture is all about, let's get more practical. Let's find out how information architecture applies in DITA and how DITA enables you to be a better information architect.
What is a subject scheme map in DITA? How to use it as an information architect?
What are the benefits you will gain if you spend your time organizing the information that represents your product or corporate taxonomy?
Examples of the benefits and further development.
To create your taxonomy, you can use a mind mapping tool, such as xMind. This free tool is one of the best tools I have used to create and discuss taxonomies with the team. To use this tool:
1. Download a free version from https://www.xmind.net.
2. Once ready with the installation, create a blank mind map.
3. Add your taxonomy terms.
DITA allows information architects to govern the use of profiling values by authors. You do that by leveraging a special type of DITA map - Subject Scheme Maps. In this lecture, you will learn more about subject scheme maps and how you can construct and use them in DITA maps.
Customize profiling attributes in dita by adapting an existing attribute to fit your needs, avoiding specialization of new attributes, and using properties, revision, and product in Oxygen XML Author.
Explore how to customize a profiling attribute in DITA XML by editing the display name and adding values, using attributes and conditions sets in preferences.
Learn how to scale custom profiling attributes across multiple DITA maps for different products, avoiding repeated preference reconfiguration while delivering personalized documentation.
Explore how to define controlled vocabularies and subject definitions with a subject scheme map in DITA XML to govern metadata and build taxonomies and ontologies.
Subject scheme maps simplify DITA authoring by providing predefined profiling attributes and values tailored to audiences like novice and expert. They enable hierarchical filtering and easy sharing of standardized configurations.
Automate the profiling dialog by replacing the default Oxygen XML Author dialog with a biology profiling category in a hierarchical view for a specific DITA map, without the preferences dialog.
Begin by ensuring the new profiling attribute is defined in the DTD and properly specialized, then define a taxonomy as a DITA information architect to select the correct profiling attributes.
Create a subject scheme map in Oxygen author, start from the subject scheme entry element, and delete default entries to begin structuring a DITA maps taxonomy.
Reference the subject scheme map from a DITA map by adding a mapref with type subject scheme, and profile content using only values defined by the subject scheme.
Explore graphics in software documentation with prepared slides that cover the role and use of visuals in technical writing.
Discover why graphics boost understanding in technical writing, showing visuals and images help customers grasp information faster than written information alone, supported by scene gist.
Explore the main graphics used in software documentation, including process visualizations, architecture diagrams, UML graphics for interfaces and API relationships, and infographics to tell a sequence of steps.
Explore how image map functionality in DITA XML enables interactive graphics by making infographic regions clickable, linking to specific topics or user guides within technical writing.
Explore step 1 of creating an infographic with easel.ly: log in, choose a template, edit visuals and text, insert images, and emphasize user needs and writing standards.
Export the infographic as an image (png or jpeg) and insert it into a DITA topic using Oxygen Author to document a system or infrastructure landscape and its relationships.
Create a DITA map and multiple DITA topics in Oxygen XML Author, then reference topics from the map by using the DITA Maps Manager, adding an image to a paragraph.
Generate interactive HTML5 output from dita maps in oxygen by configuring transformation scenarios, building with dita maps, and reviewing the generated html documentation with navigation and tooltips.
Explore the types of links in DITA XML, including web pages, topic links, and downloadable resources, and compare manual versus automatic map-based linking.
Explore how to link to downloadable resources in DITA XML using the external reference xref element, specifying href and format to point to a JPG file.
Learn to create web links, cross-references to topics, and file references for downloads in DITA XML, demonstrated in Oxygen XML Author with a prepared map and demo topic.
Learn to construct an internal DITA link within a topic using xref, href, and a target location, with topic id and section id, and set the format to DITA.
Discover how DITA enables automated linking by letting the build environment create links to existing topics, reducing maintenance and avoiding broken links.
Explore automatic link generation in DITA by using the collection type attribute on a DITA map to direct the output generator and define link styles.
Explore how the collection type attribute in a DITA map governs a choice linking strategy, with links appearing only in generated output and implications for multi-author projects.
Trigger a DITA maps transformation to generate PDF and HTML5 outputs, observe build progress and broken links reporting, and explore topic navigation via auto-generated links between parent and child topics.
Follow the steps to generate HTML output with the collection-type attribute set to the value 'choice'.
The collection-type 'family' automatically links surrounding topics, regardless of parent-child relationships, and works for html and pdf output formats.
Learn how the collection-type sequence adds previous and next topic navigation, like a breadcrumb for documentation. Activate it at the map level; a popular option for software docs.
Define prerequisites: you must know DITA and have content in DITA XML to generate HTML output with Oxygen XML Author, while other formats are not covered.
Explore the html-based output format for technical writing with dita xml. Learn responsive, accessible web help output with index, search, table of contents, and breadcrumbs using Oxygen XML Author.
Demonstrates creating a DITA map and multiple DITA topics in Oxygen XML Author, then saving and compiling a user guide to prepare deliverable content for customers.
Configure a DITA web help template to display your company logo by adding the webhelp.logo.image parameter, pointing to the logo file, and using the oxygen xml transformation to apply branding.
Learn to hide the entire navigation menu by setting webhelp.show.menu to no, and apply a custom publishing template in Oxygen to tailor the output to your brand.
Do you want to learn how to write structured documentation using DITA XML? If yes, I can help!
My name is Jordan Stanchev. I have built my career in the field of technical communications over the last 20 years.
Starting off as a Java developer, I have then become a senior technical writer and had built a career as a DITA information architect.
I have written thousands of pages of software documentation guides for administrators and for developers. The software products I have worked on are in the field of security, messaging services, and development infrastructure (such as GitHub and SAP NWDI).
Today, I am a part of the team that leads the development of DITA XML-based infrastructure projects. The technical writers' community we serve is more than 1000 authors. I also chair the experts' group of our nearly 300 people strong group of DITA information architects in a Fortune 100 company - SAP SE. I constantly have to write software development specifications and project documentation, in addition to the user guide.
What can I say, I have vast experience to share in structured writing and information architecture using DITA XML. And this is what I focus on in this course.
Based on my experience, what I can tell you, is that for a modern technical writer looking to build his or her career in the field of technical communications, knowing DITA XML simply is a must!
You wouldn't believe how often I hear back from my students about how the knowledge from this course is what made the breakthrough in their DITA technical writer job interview and helped them advance their careers!
To achieve the ultimate career goal, all you do need is to learn writing using DITA!
Knowledge of DITA is relevant for you if you are involved in any way with software documentation as a:
technical writer;
information architect;
people manager, managing technical writers in the team;
user experience designer;
business analyst;
project manager;
The course 'How to Write Using DITA XML" is designed for intermediate to advanced-level technical writers who want to deep dive into the capabilities offered by DITA, create complex and personalized user guides, and deliver this single-sourced output using the Oxygen Author tool into various delivery channels.
It is based on the online DITA XML training I've been providing to my students at the university.
WARNING:
It will take you around 8-10 hours from the start of this course just to go through this material! It comes with lots of various hands-on exercises, examples, and advice based on my practice.
I recommend that you take one section a day at most, to avoid being overwhelmed and manage to perform each exercise described.
The course further deep dive and elaborate the basic concepts and knowledge introduced with the course 'A Quick Start to Technical Writing with DITA' and then provides more advanced details and strategies such as reuse of content and personalization of content based on profiling strategy.
Note:
If you are looking for a quick start into DITA, consider the basic DITA course 'A Quick Start to Technical Writing with DITA', which is for technical communicators, that are not yet familiar with DITA.
How much time does the course take? In short:
Section 1: Introduction - 70 min
Section 2: 5 Quick Steps to Writing in DITA XML - 50 min
Section 3: DITA Elements - 25 min
Section 4: Reusing Content in DITA - 50 min
Section 5: Profiling (conditioning) Content in DITA - 60 min
Section 6: Information Architecture for Technical Communicators - 50 min
Section 7: Information Architecture for DITA Authors - 90 min
Section 8: How to Create Interactive Images in DITA - 80 min
Section 9: Linking in DITA - 77 min
Section 10: Customizing DITA XML Output - 60 min
What will you learn?
Section 1: Introduction - 70 min
By the end of this section you will be able to explain:
- What is DITA;
- What are the benefits of writing software documentation using DITA;
Just spelling out the benefits of writing in DITA takes a lot of time! There are so many reasons why DITA is getting more and more popular. Today you cannot be a modern technical writer if you do not know how to write software documentation using DITA XML! It's the de facto standard XML for writing! You must know and spell out the benefits of DITA, and be sure, on a job interview you will be asked why DITA is so important.
Just to name a few:
- Based on common information types.
- It implies strict rules for writing, no matter who the technical writer is!
- Content is modularized and reusable.
- Automatically generated various outputs from the same DITA source;
- Content can be personalized, and so on.
Section 2: 5 Quick Steps to Writing in DITA XML - 50 min
By the end of this section you will be able to:
- Apply the 5 steps for creating the content of a user guide;
- Explain what is a DITA map;
- Create the 3 most frequently used DITA topics types: Task, Concept, and Reference;
- Create DITA maps;
- Reference topics in a map to construct a deliverable (user guide) using Oxygen XML Author;
Writing in DITA is easy. Do not let the diversity in tags and the huge number of DITA capabilities confuse you.
All you need to write your first guide is a strategy (what you want to deliver) and a set of simple steps to follow to construct your guide (explained in this section of the course)!
Section 3: DITA Elements - 25 min
By the end of this section you will be able to:
- Name the most commonly used DITA topic elements (DITA tags);
- Describe a strategy for using topic elements in the context of a specific topic;
- Open, search through, and select the needed topic elements in a topic;
- Use the list of topic elements in the context of a Task topic;
DITA comes with a huge number of tags to use. With them comes great flexibility for writing content. But where do you start? And which elements are a "must-know" vs. "optional-to-know"? This is what you will learn in this section to get a steady start with your content.
Section 4: Reusing Content in DITA - 50 min
By the end of this section you will be able to:
- Describe the benefits of reuse;
- Reuse content on map level (mapref);
- Reuse content on topic level (topicref);
- Reuse content on a topic element level (conref);
- Reuse entire table rows (conref - conrefend);
Reuse of content on all these levels allows you to dramatically reduce the time you have to spend writing documentation. This is one of the most important benefits of DITA.
Allow me to give you an example: you can use reuse on the topic element level to define the name of your software product as a reusable topic element. You then use this element across your entire document. Later on, when the product name changes, you update the value of the reusable topic element and it gets automatically updated in all occurrences in each and every document! Compare this to the time it takes you to search and replace a product name in a Word document or Wiki page!
Section 5: Profiling (conditioning) Content in DITA - 60 min
By the end of this section you will be able to:
- Describe the benefits of using profiling in your content;
- Profile content on map level;
- Profile content on a topic level;
- Profile content on a topic element level;
- Profile table rows;
Today everyone talks about the personalization of the user experience with the software. How about the personalization of the user experience with the software documentation?
The profiling functionality allows you to personalize the content for your target audience, without disrupting the authoring process. The personalized end-user guide is automatically generated in the end, based on the rules set by the author. Something that is close to impossible for any non-structured way of writing content in DITA happens in a few clicks!
Section 6: Information Architecture for Technical Communicators - 50 min
By the end of this section you will be able to explain:
- What is information architecture?
- Who is an information architect?
- What to consider to become an efficient information architect?
As of this section, we are raising the stakes! This course is not only for people who want to learn to write in DITA but also for those of you who want to grow in your careers. What's the name of the next level in technical writing? It's called "information architecture". But what is information architecture? What are you supposed to start doing today, to become an information architect?
That is what is explained in this section. Information architects possess a higher level, broader, and more holistic view of the content creation process. You are no longer focused on the neatly greedy details of the single-user guide. Instead, you look at the big picture, where and how your content is organized, and how it fits the end-to-end customer experience.
In this section, you will learn the basics of information architecture, and open the gates to the next stage in your career as a technical writer.
Section 7: Information Architecture for DITA Authors - 90 min
By the end of this section you will be able to explain:
- How to govern the usage of profiling values by technical writers in the scope of a dedicated DITA map
- What are DITA subject scheme maps
In this section, I am touching upon an aspect not realized by many technical writers. Usually, that is the difference between being a technical writer and being an information architect in DITA. I will explain how to use DITA to control how different authors can profile content in your map, reducing profiling mistakes and ensuring a better quality of the finally produced personalized documentation.
Section 8: How to Create Interactive Images in DITA - 80 min
By the end of this section you will be able to:
- Describe the rules for using images in technical writing;
- Name the tools to use for creating graphics;
- Explain what are interactive graphics and image maps in DITA;
- Describe the benefits of using interactive graphics;
- Create an image map for an image in your documentation;
Section 9: Linking in DITA - 77 min
DITA XML comes with great functionality that can help the technical writer and information developer to organize the documentation in an optimal way.
Any proficient technical writer will tell you that you must create and insert links to external content, such as websites, but also to reference other topics from your DITA map to have a documentation deliverable that provides excellent navigation capabilities for your readers.
But does it mean you need to waste your time to manually craft and then maintain these links? As a technical writer focused on delivering the best possible information to your readers, your time is precious! Maintaining links instead of providing valuable instructions and content for your readers is not what you should do!
How can DITA help you with that?!
You will be surprised to find out how many technical writers do not even know that DITA XML supports automatically generated links. All you need to do is to activate the desired linking option and your links will appear automatically in the generated output!
And it gets even better, the links will appear only when there is a valid linking target!
What are the benefits for you then? Obviously:
Less time you waste on inserting links.
Fewer chances to have a broken link in the documentation - leading to higher content quality!
Better consistency of the links - you choose a linking strategy and the links appear in a consistent style across your entire documentation deliverable.
More time for you to focus on what matters most - high-quality information delivered to end-users!
This is what you will gain once you learn how to use linking in DITA XML!
In this course, we will cover the following subjects:
Manually Created Links
You will learn how to create a link to:
a web site
a resource
another DITA topic
between sections on one and the same topic!
Automatically Generated Links
You will learn how to set up and trigger the automatic generation of links using the collection-type attribute. You will learn to create links of type:
choice
family
sequence
These are the subjects we will cover in this section, each of them accompanied by demos and exercises that you can perform using the Oxygen XML Author editor.
Section 10: Customizing DITA XML Output - 60 min
By the end of this section, you will be able to:
- Configure the look and feel of your HTML output, based on pre-defined (but, yet, customizable!) HTML output
Why DITA?
Structured writing in DITA XML is an advanced discipline for technical writers. You can find many authors with decent language and writing skills. But you already know that technical writing is so much more than just written text with no spelling mistakes, isn't it?
If you need your technical writers to:
- Strictly follow your company or industry writing guidelines;
- Be able to spend less time on the maintenance of old documentation and spend more time on value-added activities for the customer;
- Offer information that can be reused on all levels - entire guides, chapters, topics, sentences, or even single words;
- Maintain a very high content quality standard with no broken links and missing content;
- Produce as many different output formats as your customer needs - all from the same content
- Use metadata to classify the content that was written and offer it for automated forms of information consumption;
then most probably you are already evaluating DITA as an option for writing.
DITA already offers all listed functionality and even more!
Being a technical writer who knows how to use DITA can open the doors for you to start a career in some of the greatest IT companies in the world!
Companies Using DITA
Here are just a couple of company names that write their documentation using DITA XML:
- Apple
- IBM (they invented DITA, after all!)
- VMware
- SAP SE
and hundreds of other companies, many of which are in the IT and software development industry!
What students are saying?
"I value the comprehensive training, challenging practice assignments, and a variety of techniques used to improve and inform my writing!"
- Devon Apple, Web Developer
"If you want to know how to write using DITA go and check this course! The lecturer provides great explanations and tutorials, which are really helpful in practice."
- Karina Delcheva, Technical Writer
"Very good and comprehensible introduction to the world of DITA and XML Author software. I would highly recommend this course for everyone who wishes to quickly understand the subject and start using it..."
- Boris, a University student
If you are looking for a way to advance in your career as a DITA technical writer, this is your course! I am sure that you've already seen just by searching Google, that a course like this costs way above 1000$ and takes at least a week of physical and/or online presence, travel expenses, and... usually does not even cover half of the material I present here! Thanks to Udemy's policy for delivering the best courses to as many people as possible, we've managed to reduce the cost to only 199$, only here on Udemy!
You will get an invaluable certificate upon the successful completion of this course, that you can put on your CV, or share on Facebook and LinkedIn - do not underestimate the importance of this certificate - without it, you most probably will never make it on the shortlist for the job interview of your dream job!
And maybe the most important part, which will allow you not only to get to but also to break through a job interview - your own work that you can use to demonstrate what you have learned and how you applied DITA to produce documentation!
Enroll now and see how simple and beneficial technical writing with DITA XML can be!
P.S. If you are looking for a job as a technical writer in a software development company - check 2 things:
1. Are they writing software documentation using DITA XML?
2. Which tool are they using for writing?
Be prepared even before your job interview to showcase the DITA XML documentation you have written using Oxygen XML Author and prove how good you are at applying reuse strategies and advanced DITA techniques - profiling, automated linking, and image maps.
P.S.S. Do not forget that the course comes with a 30-day full refund policy - no questions asked!