Re: Where is my Content

Subject: Re: Where is my Content
From: Jeroen van Rotterdam <jeroen@xxxxxx>
Date: Tue, 16 Feb 1999 17:26:42 +0100
>     <xsl:template match="greeting">
>         <fo:block>
>             <fo:sequence>
>                 <xsl:text>greeting</xsl:text>
>                 <xsl:process-children/>
>             </fo:sequence>
>         </fo:block>
>     </xsl:template>
> </xsl:stylesheet>
> 
> When I display my XML in IE5 the result is :
> 
> root xdoc greeting
> 
> It looks like the structure of the XML is
> properly recognised, but where is my content,
> i.e. "Hello Dolly" ?

Flow objects (FO) are not supported by ie5 beta.
process-children should be <xsl:apply-templates/>
according to the microsoft implementation

(take a look at the microsoft readme)

jeroen 


-- 
________________________________________________________
 name          : Jeroen van Rotterdam
 organization  : The Connection Factory b.v.
                 Grotekerkplein 38
                 3011 GE  Rotterdam, the Netherlands
 url           : http://www.tcf.nl
 email         : jeroen@xxxxxx
 tel           : +31 10 4046870
 fax           : +31 10 4046498
________________________________________________________


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


Current Thread