Hi,

I have a question regarding the simplest an most flexible
way to put together Axkit output with HTML header and footer
files. To put it simple, my XML project consists of three parts:

- A HTML header. This static file is responsible for the 
  corporate design. The file is used within different projects:
  XML/XSLT projects using Axkit as well as plain HTML projects
  using other techniques. The same HTML header file should be 
  used in any project.

- A static XML file and an XSL stylesheet, which are processed
  by Axkit. My idea is that Axkit should not produce a complete 
  HTML output but only the content of a table cell coded in HTML.

- A static footer file which continues the corporate design and 
  completes the HTML output.

Header and footer files only contain HTML fragments. They are no 
complete XML files of their own. A simple HTML header file could 
possibly look like:

<html>
<head><title>The Title</title></head>
<body>
<table>
<tr><td>

And the HTML footer file could look like

</td></tr>
</table>
</body>
</html>

Now my question: How do I configure Axkit and Apache to
put these things together in the most flexible way?

Thanks very much,
Eberhard

--
Dr. Eberhard Pietzsch
Stadt- und Universit�tsbibliothek Frankfurt am Main
Abteilung Elektronische Dienste
Tel.: 0160 / 2 77 64 93

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to