[xsl] serialization question

Subject: [xsl] serialization question
From: "Agnes Kielen" <a.kielen@xxxxxxx>
Date: Thu, 14 Nov 2002 10:59:09 +0100
Hello,

I have a question about serialization. I solved my problem, but it left me
with a mystery.

I''ve created a stylesheet for a html-page with Server Side Includes.
Statements like: <xsl:comment>#include file="ssi/header.ssi"</xsl:comment>
are transformed into: <!--#include file="ssi/header.ssi"-->.

I tried my output file at the server and found some strange thing. When I
created the file with <xsl:output method="xml"/> the server did not inclued
ssi-files, but when the transformation was done with <xsl:output
method="html"> there was no problem. My files were included was as expected.
Can anybody explain the reason for this.

Cheers,
Agnes




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread