Hi Julie,
About displaying "Contents" in the TOC:
Open the XSL stylesheet
{OXYGEN_INSTALL_DIR}/frameworks/dita/DITA-OT/xsl/map2htmtoc.xsl in Oxygen and at line 80 you have the code which outputs the HTML <body> element.
You can add a new line after the <body> with:
- Code: Select all
<h1>Contents:</h1>
About displaying the chapter name, where do you want the chapter name taken from? Is it fixed? Can you be more precise?
Also I would recommend you to join the DITA Users Mailing list as it is very active and has lots of interesting DITA questions posed and answered every day. See
http://tech.groups.yahoo.com/group/dita-users/Regards,
Radu