sub options using DITA

Having trouble installing Oxygen? Got a bug to report? Post it all here.
julie
Posts: 61
Joined: Fri Jun 06, 2008 7:09 am

sub options using DITA

Post 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
Radu
Posts: 9436
Joined: Fri Jul 09, 2004 5:18 pm

Re: sub options using DITA

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply