OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: 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.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC