Re: [docbook-apps] HTML Formatting Procedure Steps

From
Scott Anguish <>
Date
2003-04-11T19:46:01+00:00
ID
Thread
Re: [docbook-apps] HTML Formatting Procedure Steps
it doesn't really.  Because It's making the actual action the <title>, and then the comments about it the <step>

the other problem is of course that title can't contain things like <p><table> and such..

On Friday, April 11, 2003, at 08:57 AM, Jeff Beal wrote:

I see you already solved this to your liking, which is fine, but did you

ever try using step titles?

<procedure>

<step>

<title>Do the first thing</title>

<para>What we'll do next in a conceptual 

overview, and why.</para>

</step>

<step>

<title>Do the next thing</title>

<para>...</para>

</step>

</procedure>

The rendering on this isn't *exactly* what you seem to be looking for, but

should be relatively easy to customize.  The benefit to this approach is

that it keeps the semantic meaning of a procedure intact.