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] | [List Home]


Subject: Re: [docbook] exercise tag


If you don't mind being on the bleeding edge a bit, version 4.3 of the
DocBook DTD has added the <task> element. Its content model looks like this:

<!ELEMENT task (blockinfo?, indexterm*,
                     title, titleabbrev?,
                     tasksummary?,
                     taskprerequisites?,
                     procedure,
                     example*,
                     taskrelated?)>

That doesn't quite match what you wanted, but you might be able to adapt it.

Version 4.3 is in the final stages of approval, and will likely be accepted
at next week's DocBook Technical Committee meeting.  The XSL stylesheets
have support for it already.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Melanie Rösch" <M.Roesch@rose.de>
To: <docbook@lists.oasis-open.org>
Sent: Friday, March 12, 2004 5:05 AM
Subject: [docbook] exercise tag


> Hallo,
>
> I can't found an exercise tag in the docbook DTD.
> We want to write a tutorial with docbook, where
> we need something like this:
>
> <exercise>
>     <goal></goal>
>     <task>
>        <para>...
>        <figure>...
>        <lists>....
>        <tables> ...
>     </task>
>     <resolution>
>        <para>...
>        ...
>     </resolution>
> </exercise>
>
> Is there a way to deal with, whithout changing the DTD?
>
> Regards
> Melanie Rösch
>
>
> To unsubscribe from this list, send a post to
docbook-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>




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