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

RE: problem with IE5

Subject: RE: problem with IE5
From: "Shinichiro HAMADA" <shinichiro.hamada@xxxxxxxxxxxxx>
Date: Tue, 9 Feb 1999 21:29:19 +0900
problem with hamada
Hello, paolo.

I tried your XML source with Japanese IE5b2. As the result,  Just a "Yes I
Can!" message was output. Is this the right result?

I Hope this helps you.

by Shinichiro HAMADA

>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



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


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.