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
