This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/.
>
>
>



To unsubscribe from this list, send a post to docbook-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]