1 rizwank 1.1 This directory is absolutely not required to make AWStats working.
2 All files here are demo files you can use if you want to manipulate AWStats XML
3 database to build report by yourself and without using AWStats output features.
4
5
6 The following file describe the structure of the AWStats XML database (built
7 when BuildHistoryOutput is set to 'xml').
8 * awstats61.xsd File descriptor for AWStats xml database schema.
9
10
11 The following two files can be used to test a xslt processing to
12 transform an AWStats XML database (built when BuildHistoryOutput is set to 'xml').
13 into a report.
14 * awstats61.datademo1.xml A xml data demo file to test xslt transform with style sheet.
15 * awstats61.datademo1.xslt A demo xsl style sheet to transform de xml data demo file.
16
17
18
19 To build a report using this 2 files and a xslt processor, you must run the command:
20
21 xsltproc awstats61.datademo1.xslt awstats61.datademo1.xml > output.html
22 rizwank 1.1
|