Oracle Helpのファイル形式 | ![]() 目次 |
![]() 前へ |
![]() 次へ |
目次(TOC)ファイルは、目次のナビゲータ(通常「目次」タブとしてレンダリングされる)に対して、目次の内容およびレイアウトを指定するXMLファイルです。次の表では、目次ファイルで使用される要素を説明します。
要素 | 説明 |
---|---|
<toc> |
目次の定義。この要素には、
|
<tocitem> |
目次のエントリの定義。
|
目次ファイルの短い例を示します。
<?xml version='1.0'?>
<toc version="1.0">
<tocitem text="Introduction to My Product">
<tocitem target="aboutmyp" text="About My Product" />
<tocitem target="architec" text="My Product Architecture" />
<tocitem target="feature1" text="About Feature One" />
<tocitem target="feature2" text="About Feature Two" />
<tocitem target="feature3" text="About Feature Three" />
<tocitem text="Learning My product">
<tocitem target="qtour" text="Quick Tour" />
<tocitem target="docguide" text="Guide to Documentation" />
</tocitem>
</tocitem>
<tocitem text="Step-by-step Procedures">
<tocitem text="Basic Tasks">
<tocitem target="task1" text="To..." />
<tocitem target="task2" text="To..." />
<tocitem target="task3" text="To..." />
</tocitem>
<tocitem text="Working with ...">
<tocitem target="task4" text="To..." />
<tocitem target="task5" text="To..." />
</tocitem>
</tocitem>
</toc>
この定義では、次のようなTOC階層が生成されます。
Copyright © 1996, 2004, Oracle. All rights reserved.