Simple definition is this...
/index.xml
<html>
<body>
<h1>Hello world...</h1>
<my:object href="/news.xml"/>
</body>
</html>
/news.xml
<h2>Here is the news...</h2>
<p>And now for something completely different...</p>
The result of which should be...
<html>
<body>
<h1>Hello world...</h1>
<h2>Here is the news...</h2>
<p>And now for something completely different...</p>
</body>
</html>
If, supposing I do have to write something like the above, is it
possible to make sure the requests then go back through apache, just
like when we call other style sheets? And... how easy is it to make
sure that then itself goes through a set of processes. A fully worked
example would have XML files being things like weather or calendars
which then go through the process of being converted into a common
format, recursively expanded and then finally converted to HTML -
hmm.. this is a normal pipeline type thing, now I am more sure I am
missing something obvious.
Thanks Scott -- * - * http://www.osdc.com.au - Open Source Developers Conference * - * Scott Penrose VP in charge of Pancakes http://linux.dd.com.au/ [EMAIL PROTECTED]Dismaimer: If you receive this email in error - please eat it immediately to prevent it from falling into the wrong hands.
Please do not send me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html Microsoft is not the answer. It's the question. And the answer is no.
PGP.sig
Description: This is a digitally signed message part
