vote up 2 vote down star

On a company that I've worked, me and my colleagues, implemented a tailored document distribution system on top of XSL-FO.

My task was to get the script to deliver the documents and configure the CUPS print server and the Fax server, so I never had the time to get my hands dirty on XSL-FO.

I'm thinking of implementing something in the region that was made there but I'll need some templates to work with while testing.

Where can I find some good tutorials on XSL-FO, since the fop process I've mastered already?

flag

6 Answers

vote up 3 vote down check

I like to refer people to this 2003 IBM developerWorks article: HTML to Formatting Objects (FO) conversion guide

I don't recommend using the provided .xsl to convert HTML to FO, but use the narrative to understand the different XSL-FO constructs and how they relate to HTML (which we all understand).

link|flag
vote up 1 vote down

First, before you buy a commercial engine, check out Apache FOP it is a pretty solid XSL-FO engine. I've used it extensively for "government" form generation.

If you're just getting started. W3schools is invaluable in learning XSL-FO: http://www.w3schools.com/xslfo/default.asp

If you're new to XSL, I highly recommend the list @ http://www.mulberrytech.com/xsl/xsl-list/index.html, even for just searching for common solutions to common problems.

link|flag
vote up 1 vote down

http://www.w3.org/TR/xsl/

http://www.renderx.com/tools/xep.html has some good examples

http://my.safaribooksonline.com/0596003552

link|flag
Thanks, I'll have a look at those!! – Gustavo Carreno Feb 12 at 13:41
vote up 0 vote down

This might not be exactly what you need, but if you just want to have some XSL-FO test templates, you can use this transformation in Word to generate XSL-FO.

The book that I used to learn is from O'Reilly (XSL-FO), because frankly there are very little resources on the subject.

link|flag
Having templates is just a desired by-product of the learning process. – Gustavo Carreno Sep 20 '08 at 18:43
Sometimes it helps to see the results of the transformation, as it will add most properties to the FO elements. And it is easier to follow when you want to create tables. But I must admit, I write XSL-FO templates most of the time by hand. – Hans Doggen Sep 20 '08 at 18:46
vote up 0 vote down

I think too that the O'Reilly book is going to be the only one, there isn't much about XSL-FO out there... Frankly I think it's a dead technology, it's just too complex for the average programmer to learn, it takes weeks - plus the good formatters out there are expensive as hell.

This is not an answer to your question, but if anyone would ask me, I'd advise against learning XSL-FO. It's a solutions searching for a problem IMO.

link|flag
vote up 0 vote down

Personally I learn best by looking at examples. Use Google's CodeSearch.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.