RE: xsl:fo Syntax?

Subject: RE: xsl:fo Syntax?
From: "Medina, Edward" <emedina@xxxxxxx>
Date: Mon, 3 Apr 2000 10:23:52 -0400
Thanks Nikolai!

I'll definitely look into all these resources you told me about.

Eddy

-----Original Message-----
From: Nikolai Grigoriev [mailto:grig@xxxxxxx]
Sent: Friday, March 31, 2000 4:52 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Re: xsl:fo Syntax?


Edward Medina wrote:

> I'm trying to learn the syntax of the <xsl:fo-block-container ..>

XSL FO inhabit another namespace, different from XSLT, and are
processed with different tools. Instead of XSLT processors, look 
for XSL FO formatters/renderers. Some examples are:

FOP:  http://xml.apache.org/fop
FO2PDF:  http://www.renderx.com/FO2PDF.html 
Passive TeX: http://users.ox.ac.uk/~rahtz/passivetex/
CUEXsl: www.cuesoft.com

Most of them are work in progress however; there's still no complete
and fully conformant implementation.

> Any suggestions.  They explain the values, and definitions of the the
> xsl:fo-block there not one example.  

You misspell the names of formatting objects. Should be fo:block,
fo:block-container (or any other prefix bound to XSL FO namespace,
http://www.w3.org/1999/XSL/Format).

As for examples, I dare suggest our collection of testcases at
http://www.RenderX.com/testcases.html. It refers to an outdated 
version of XSL FO (1999-04-21) but still gives an idea of what
you can do with formatting objects ;-).

Regards,
Nikolai Grigoriev


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


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


Current Thread