iain duncan wrote: > On Mon, 2007-16-07 at 15:34 -0500, Kevin Horn wrote: >> On 7/16/07, iain duncan <[EMAIL PROTECTED]> wrote: >> >> Thanks everyone. The report lab solution looks the best, I >> think they >> will be fine with PDF. I'm a bit confused though, is z3c.rml a >> package >> that gives one an open source alternative to RML, and RML is a >> way of >> making the reports from an xml based markup *instead* of using >> the raw >> report lab api? >> >> >> That's correct. There doesn't seem to me much (anything?) in the way >> of online HTML documentation, but there's documentation in the SVN >> repository...I'm not sure whether it will be installed with the egg >> from the cheeseshop or not. > > Thanks. I successfully installed reportlab and ran a report test, and > I've successfully installed z3c.rml and imported it into python. > However, I can't seem to find any examples online of what python code to > use it should look like! I gather I can use kid or genshi to make my rml > string, and then??? Seems like a silly question, I know. > > If anyone has such a thing, I'd love to see it! > Thanks > Iain
Hello, Here are 2 tools to help you develop your report: * Openreport.org: is a XML format based on the one from reportlab. It uses reportlab but avoid you writting code and simplify the manipulation of the XML files. * Tinyreport: does the conversion .SXW -> .RML to design your template of documents directly in OpenOffice. Here is a demo on how we use it in Tiny ERP (also based on turbogears: http://tinyerp.com) http://www.tinyerp.com/images/flash/tiny_report.swf -- Fabien --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

