these are eatdrinkfeelgoodxsl tools

eatdrinkfeelgood 1.1 to index-card formatting objects

This stylesheet converts a recipe document conforming to the eatdrinkfeelgood 1.1 DTD into an XSL-FO document suitable for generating an index card.

The current version of the eatdrinkfeelgood 1.1 to index-card formatting objects stylesheet is 1.1.

released April 04, 2006

source

www.eatdrinkfeelgood/src/xsl/eatdrinkfeelgood-1.1-to-indexcard-fo-1.1.tar.gz

example

# First generate an XSL-FO document from your recipe

xsltproc -o /path/to/recipe.fo \
 /path/to/eatdrinkfeelgood-1.1-to-indexcard-fo.xsl \
 /path/to/your/recipe.xml

# Next generate a PDF file using the Fop processor

fop /path/to/recipe.fo \
 -pdf /path/to/recipe.pdf 
   

step-by-step

  1. the recipe sweet-potato-cheesecake.xml
  2. is transformed using the xsltproc program and the eatdrinkfeelgood-1.1-to-indexcard-fo stylesheet
  3. and creates a new document named sweet-potato-cheesecake.fo
  4. which is used by the Fop program to create a new PDF file named sweet-potato-cheesecake.pdf

parameters

notes

eatdrinkfeelgood-1.1-to-indexcard-fo-notes.txt

changes

eatdrinkfeelgood-1.1-to-indexcard-fo-changes.txt