<step>
<cmd>Select a user</cmd>
<choices>
<choice>Select an existing user</choice>
<choice>Create a new user</choice>
</choices>
</step>
<!-- Not valid -->
<step>
<cmd>Select a user</cmd>
<choices>
<choice>Select an existing user</choice>
<substeps>
<substep>
<cmd>Do this</cmd>
</substep>
<substep>
<cmd>Then this</cmd>
</substep>
</substeps>
<choice>Create a new user</choice>
<substeps>
<substep>
<cmd>Do this</cmd>
</substep>
<substep>
<cmd>Then this</cmd>
</substep>
</substeps>
</choices>
</step>
I've previously seen this handled with nested tasks. For example:
<task>
<title>current task title</title>
<taskbody> context, prereqs, etc</taskbody>
<task>
<title>Selecting an existing user</title>
<taskbody> add steps here </taskbody>
</task>
<task>
<title>Creating a new user</title>
<taskbody> add steps here </taskbody>
</task>
Alternatively, you could use a map that has a parent task, with the two sub-tasks as distinct files.
In the past I've also had processing set up so that if a task does not have steps, but it has task children, you get links to those children where the steps would usually appear. I can't remember if this is the current default processing for tasks, but if not it's a fairly straightforward change.
Robert D Anderson
IBM Authoring Tools Development
Chief Architect, DITA Open Toolkit (http://dita-ot.sourceforge.net/)
David Goss ---05/01/2014 12:43:59---What is the correct way to markup this scenario: I have a step that is going to split into two diffe
--
You received this message because you are subscribed to the Google Groups "DITA-OT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dita-ot-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.