Documentation Content File in HTML-Seite anzeigen
Verfasst: 15. Juni 2007 17:27
Hallo,
habe ich eine Möglichkeit den nachfolgenden Documentation Content File als Navigation in einer HTML-Seite anzuzeigen? Wenn ja wie?
Das ganze soll auf einem Desktop-PC laufen, d.h. php usw. soll nicht genutzt werden.
Gruß,
Whitefurrows
habe ich eine Möglichkeit den nachfolgenden Documentation Content File als Navigation in einer HTML-Seite anzuzeigen? Wenn ja wie?
Code: Alles auswählen
<assistantconfig version="3.2.0">
<DCF ref="demo.html" icon="handbook.png" imagedir="../img/"
title="Development Demo Handbook">
<section ref="./chap1/chap1.html" title="Chapter1">
<section ref="./chap1/section1.html" title="Section1">
<section ref="./chap1/section1.html#subsection1" title="Subsection 1"/>
<section ref="./chap1/section1.html#subsection2" title="Subsection 2"/>
<section ref="./chap1/section1.html#subsection3" title="Subsection 3"/>
</section>
<section ref="./chap1/section2" title="Section2">
<section ref="./chap1/section2.html#subsection1" title="Subsection 1"/>
<section ref="./chap1/section2.html#subsection2" title="Subsection 2"/>
<section ref="./chap1/section2.html#subsection3" title="Subsection 3"/>
</section>
</section>
<section ref="./chap2/chap2.html" title="Chapter2">
<section ref="./chap2/section1.html" title="Section1"/>
</section>
</DCF>
</assistantconfig>Gruß,
Whitefurrows