Re: [docbook-apps] ANNOUNCE: DocBook XSL XSL-NS Stylesheets 1.75.2 released

2009-07-21 Thread Daniel Leidert
Am Montag, den 20.07.2009, 20:00 -0700 schrieb Keith Fahlgren: Version 1.75.1 of the DocBook XSL XSL-NS Stylesheets, for processing DocBook 4 and namespaced (DocBook 5) documents, is now available: https://sourceforge.net/projects/docbook/files/ The release notes are included below, and

Re: [docbook-apps] ANNOUNCE: DocBook XSL XSL-NS Stylesheets 1.75.2 released

2009-07-21 Thread Keith Fahlgren
On Tue, Jul 21, 2009 at 6:40 AM, Keith Fahlgrenabdela...@gmail.com wrote: On Tue, Jul 21, 2009 at 1:54 AM, Daniel Leidertdaniel.leidert.s...@gmx.net wrote: All these fixes are missing in 1.75.2. The locale files in common/ are the same as in release 1.75.1. Ah, how delightful. Release

Re: [docbook-apps] ANNOUNCE: DocBook XSL XSL-NS Stylesheets 1.75.2 released

2009-07-21 Thread Barton Wright
Consider another step for the README.build while you're there: double-check that the Release Notes are updated with the correct version number. (1.75.2 Rel Notes still say 1.75.1 throughout.) Thanks for all the work it takes to get these releases out. We do know how frustrating it is.

Re: [docbook-apps] ANNOUNCE: DocBook XSL XSL-NS Stylesheets 1.75.2 released

2009-07-21 Thread Keith Fahlgren
On Tue, Jul 21, 2009 at 7:05 AM, Barton Wrightbarton.wri...@streambase.com wrote: Consider another step for the README.build while you're there: double-check that the Release Notes are updated with the correct version number. (1.75.2 Rel Notes still say 1.75.1 throughout.) I don't see this.

[docbook-apps] Graphs in docbook?

2009-07-21 Thread Dave Pawson
Am I the only one that would like an easier way of generating simple graphs (perhaps line and bar chart) in docbook? It seems such a pain to go out to an SVG tool and draw it when XML XSLT could do it for us from a (slightly modded) table? Anyone else? regards -- Dave Pawson XSLT XSL-FO FAQ.

Re: [docbook-apps] Graphs in docbook?

2009-07-21 Thread DeanNelson
Yes, Dave, I have had the same thoughts. I wonder if there is an XML based graph and chart thingy that could handle something like graph type=line title Profits /title data x30/x x40/x x50/x y10/y y20/y y30/y /data /graph I wonder if this could be translated into SVG Dean Nelson

Re: [docbook-apps] Graphs in docbook?

2009-07-21 Thread Dave Pawson
On 07/22/2009 06:26 AM, DeanNelson wrote: Yes, Dave, I have had the same thoughts. I wonder if there is an XML based graph and chart thingy that could handle something like graph type=line title Profits /title data x30/x x40/x x50/x y10/y y20/y y30/y /data /graph I wonder if this could be