In this case I have XML data source and external images files whole together representing products catalogue. The basic structure of XML document is following:
- categories
- subcategories
- products
I'm looking for a tool to convert described data source to pdf document, preferably with basic navigation functionality and hierarchical structure. Probably I can do it writing XSLT stylesheet, or writing code in some script language for generating TEX document. Can anyone provide any good LaTeX style for product catalogue or open source tool for generating pdf catalogues?