|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Where is my Content
> <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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








