Search results

DITA: Ditaval files (filtering attributes from your transforms)

Ditaval files define conditional processing rules for your transforms. When you want to apply conditional processing in your output, you can put these rules into a ditaval file.

Oxygen has the same ditaval functionality built into its interface, so you don't need to create a custom ditaval file in order to have the rules reflected in your output. You may be pushing your content out to another system, however (such as Fluid Topics or Suiteshare), and in that case, you'll need to create ditaval files. Having the ditaval files available in your dita files will instruct the system on how to publish your content.

The ditaval file consists of the following:
    <val>
    <prop action="exclude" att="platform" val="mac" />
    <prop action="exclude" att="platform" val="linux" />
    <prop action="exclude" att="product" val="acme"/>
</val>

You specify the action (almost always exclude), the attribute (att), and the value (val). In this ditaval file, any properties that have platform="mac" or platform="linux" or product="acme" will be excluded from the output. Any elements with those attribute values will be excluded.

(You can change the default action to include and run more sophisticated logic in your ditaval file if you so choose. But by default everything is included. The basic idea is to specify what you want excluded.)

About Tom Johnson

Tom Johnson

I'm an API technical writer based in the Seattle area. On this blog, I write about topics related to technical writing and communication — such as software documentation, API documentation, AI, information architecture, content strategy, writing processes, plain language, tech comm careers, and more. Check out my API documentation course if you're looking for more info about documenting APIs. Or see my posts on AI and AI course section for more on the latest in AI and tech comm.

If you're a technical writer and want to keep on top of the latest trends in the tech comm, be sure to subscribe to email updates below. You can also learn more about me or contact me. Finally, note that the opinions I express on my blog are my own points of view, not that of my employer.