OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: re step container for procedure


begin Michael Smith quotation:
> Everywhere where I've got "group of steps" below, please substitute
> "group of steps and an optional title and titleabbrev".
<snip>
> You're right of course-- one way or another, to reuse a group of
> steps, they will have to be stored as an entity at some point. What
> I'm talking about is a way to facilitate automation of that.

what's wrong with something like the following DSSSL example? won't this work
for procedures at any level in any valid DocBook document?

(element procedure
        (let
             ((stepset (select-elements (children (current-node))
                       (list (normalize "title")
                             (normalize "titleabbrev")
                             (normalize "step")))))
             (... body ...)
))

-md


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC