[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

problem with IE5

Subject: problem with IE5
From: paolo de lazzaro <p.delazzaro@xxxxxxxxx>
Date: Tue, 09 Feb 1999 12:21:20 +0100
paolo de lazzaro
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
Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.