RE: [docbook-apps] Python to PDF via XSL-FO

2012-05-13 Thread Robert Lucente
-apps mailing list Cc: John Shipman Subject: [docbook-apps] Python to PDF via XSL-FO As much as I love XSLT (half-kidding here), I have several applications to generate PDFs from databases, and from other sources that XSLT can't reach directly. Since I discovered SQLAlchemy (http

[docbook-apps] Python to PDF via XSL-FO

2012-05-07 Thread John W. Shipman
As much as I love XSLT (half-kidding here), I have several applications to generate PDFs from databases, and from other sources that XSLT can't reach directly. Since I discovered SQLAlchemy (http://www.sqlalchemy.org), life is much nicer: In Python, I can pull data from SQL databases without