<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Rebecca,<div class=""><br class=""></div><div class="">interesting question. Theoretically it should be possible to 'translate’ the steps element into a FrameMaker table, for presentation, just like we do with the properties element. </div><div class="">It would put some heavy constraints on your content however, as each step must have exactly one cmd and one info element. </div><div class=""><br class=""></div><div class="">You’ll need to adapt the read/write rules and the EDD. I just did a test and it seems to work. Look at the constructs for the property element in the reference rules and EDD to see how you can set it up. This what I’ve got in the rules file:</div><div class=""><br class=""></div><div class=""><div class="">  /* steps */</div><div class="">element "steps" {</div><div class="">  is fm table element;</div><div class="">  fm property columns value is "2";</div><div class="">  attribute "props" is fm property column widths;</div><div class="">  }</div><div class=""><br class=""></div><div class="">fm element "fm-stepsbody" unwrap;</div><div class="">element "step" {</div><div class="">  is fm table row element;</div><div class="">  fm property row type value is "Body";</div><div class="">  }</div><div class="">element "cmd" is fm table cell element;</div><div class="">element "info" is fm table cell element;</div></div><div class=""><br class=""></div><div class="">(note: I used default FM DITA, not DITA-fmx yet)(note: I left out the table heading ….)</div><div class=""><br class=""></div><div class="">To make it work in the EDD I made <steps> to be Element (Table), where general rule is <span style="text-indent: -79px;" class="">fm-stepsbody.</span></div><div class=""><span style="text-indent: -79px;" class="">Then <</span><span style="text-indent: -79px;" class="">fm-stepsbody> has step+ and <step> (Table Row) has cmd, info.</span></div><div class=""><span style="text-indent: -79px;" class="">cmd and info are both Table Cell.</span></div><div class=""><span style="text-indent: -79px;" class=""><br class=""></span></div><div class=""><span style="text-indent: -79px;" class="">Actually, in a task topic this works like a charm and is a perfect template to make 'clean' tasks. </span></div><div class=""><span style="text-indent: -79px;" class="">Using (cmd, info) as the </span>general rule for step makes inserting and adding steps very easy.</div><div class=""><br class=""></div><div class="">In the WYSIWYG view I can see a table, while in the XML view I can see the correct steps xml code.</div><div class=""><br class=""></div><div class="">Thanks for the suggestion ….</div><div class=""><span style="text-indent: -79px;" class=""><br class=""></span></div><div style="text-indent: -79px;" class="">Then </div><div class="">Vriendelijke groet / Kind regards,</div><div class=""><div apple-content-edited="true" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""> <br class="">Wim Hooghwinkel<br class=""><br class="">November 11-13 <a href="http://conferences.tekom.de/tcworld14/" class="">TcWorld 2014</a> </div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Closing the loop with <a href="http://www.fontoxml.com" class="">FontoXML</a></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">DITA content management with <a href="http://www.ditatoo.com" class="">DITAToo</a><br class=""><br class="">tel. +31652036811<br class="">Skype wimhooghwinkel<br class="">Twitter @idtp @ien2013<br class=""><a href="mailto:info@idtp.eu" class="">info@idtp.eu</a> <br class=""><a href="http://www.idtp.eu" class="">www.idtp.eu</a><br class=""></div></div>
</div>
<br class=""></div></body></html>