This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

website structure question


Hi,
i have some xml files in a directory structure which
represents the structure of the website. Only one
files per directory. I tried to create a layout
file but the navigaton links went wrong. Here is
the directory structure:
./i.xml
./test1/t1.xml
./test2/t2.xml
./test2/test3/t3.xml
Please tell me what should i write in layout.xml/autolayout.xml
if i want to transform each file to index.html
in xml's subdirectory.

my autolayout file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE autolayout PUBLIC "-//Norman Walsh//DTD Website Autolayout V2.4.0//EN" "../dtd/website-2.4.0/autolayout.dtd">
<autolayout>
<toc page="i.xml" id="i" filename="index.html">
<title>I</title>
<tocentry page="test1/t1.xml" id="t1" dir="/test1/" filename="index.html">
<title>T1</title>
</tocentry>
<tocentry page="test2/t2.xml" id="bu" dir="/test2/" filename="index.html">
<title>T2</title>
<tocentry page="test2/test3/t3.xml" id="t2" dir="/test2/test3/" filename="index.html">
<title>T3</title>
</tocentry>
</tocentry>
</toc>
</autolayout>

Thank you for all hints:
D.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]