You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Egli Roland <Ro...@aio.so.ch> on 2009/05/26 10:50:37 UTC

Help for Generic Stylesheet

Dear all

I am looking for a simple Stylesheet which produces out of any XML-Structure a PDF-document
Input is e.g. a structure like this:

<author>
  <name>myName</name>
  <firstname>myFirstname</firstname>
</author>
<book>
  <title>myTitle</title>
  <price>myPrice</price>
</book>

The result should look like:

author:
  name: myName
  firstname: myFirstname
book:
  title: myTitle
  price: myPrice

Any hints are welcome.

Best regards
Roland

Re: Help for Generic Stylesheet

Posted by Remko Tronçon <re...@el-tramo.be>.
> Any hints are welcome.

Not sure if this helps, but if DocBook XSL is too heavy for you, I
would suggest you create a sample document using DocBook, analyze the
XSL-FO it outputs, simplify the FO, and start from there to create a
stylesheet to generate similar output.

cheers,
Remko

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org