Page 1 of 1

sub options using DITA

Posted: Mon Sep 01, 2008 8:04 am
by julie
Hello
I want to create a sub list for each unordered list for an XHTML output. Is this possible using DITA?
Is it possible to create a hover help for an XHTML output?
is it possible to structure the TOC in the form a book for an XHTML output?

Please help.
Regards
Julie

Re: sub options using DITA

Posted: Wed Sep 10, 2008 11:43 am
by Radu
Dear Julie,

You can imbricate unordered lists in unordered lists in DITA with something like:

Code: Select all


<ul>
<li>
<ul>
<li></li>
</ul>
</li>
</ul>
As for the hover help, the answer is probably no, but you can register and post DITA specific questions to the DITA users list:
http://tech.groups.yahoo.com/group/dita-users/ and they might be able to further assist you.

For the third question, you can use bookmaps instead of plain DITA maps.
We have a sample bookmap in the {OXYGEN_INSTALL_DIR}/samples/dita/taskbook.ditamap

Hope this helps,
Regards,
Radu