Subject: problem with IE5
From: paolo de lazzaro <p.delazzaro@xxxxxxxxx>
Date: Tue, 09 Feb 1999 12:21:20 +0100
|
hi
I have a problem with IE5 and XSL. I have the Italian version of the
browser
and I cannot browse XML files with XSL stylesheet. the screen it's
white.
I tried also with a very simple demo that I have found but I had the
same problem
and now I think that maybe it's a bug of the italian version of IE5.
this is the XML file
<?xml version="1.0"?>
<?xml:stylesheet type="text/xsl" href="style.xsl"?>
<xdoc>
<greeting>Hello Dolly!</greeting>
<question>Can you clone me?</question>
<sheepobject>Dolly</sheepobject>
</xdoc>
and this the XSL file:
<xsl:stylesheet
xmlns:xsl="http//www.w3.org/TR/WD-xsl"
xmlns:fo="http//www.w3.org/TR/WD-xsl/FO"
result-ns="fo">
<xsl:template match="/">
<fo:page-sequence
font-family="times new roman,serif"
font-size="12pt">
<xsl:process-children/>
</fo:page-sequence>
</xsl:template>
<xsl:template match="*">
<fo:block
font-family="times new roman,serif"
font-size="12pt">
<xsl:process-children/>
</fo:block>
</xsl:template>
<xsl:template match="sheepobject">
<fo:block
font-size="16pt">
<xsl:text>YES I CAN!</xsl:text>
<xsl:process-children/>
<xsl:process-children/>
<xsl:process-children/>
<xsl:process-children/>
</fo:block>
</xsl:template>
</xsl:stylesheet>
someone can help me
paolo de lazzaro
begin:vcard
n:Lazzaro;Paolo De
x-mozilla-html:FALSE
url:space.tin.it/computer/endelazz/paolo.htm
org:Informatica e Telecomunicazioni S.p.A.
adr:;;Via dei Castelli Romani 24;Pomezia (Roma);Italy;;
version:2.1
email;internet:p.delazzaro@xxxxxxxxx
title:XML Specialist
note:"I pesci di superficie sono animali opportunisti. Quelli di scoglio no" (Kammamuri)
fn:Paolo De Lazzaro
end:vcard
|