RE: [docbook-apps] Processing DocBook XSL with PHP

2007-06-14 Thread Ludger.Thomas
Dear Larry, We are currently working on an php online application (prototype, currently not open source) to transform DocBook to HTML and PDF etc. I'm no expert on the technical details of php, but I guess my developer(s) are using phing which is very similar to ANT. We are also making heavily use

Re: [docbook-apps] Validating DocBook V5.0

2007-06-14 Thread Jirka Kosek
Ken Morse wrote: As an alternative, I thought I might use xmllint -- anyone know if it is able to validate both against a RELAX NG schema and Schematron rules? Not in a single step. But it is possible to convert Schematron schema into XSLT stylesheet and then use this stylesheet together with

Re: [docbook-apps] Processing DocBook XSL with PHP

2007-06-14 Thread Jirka Kosek
Larry Garfield wrote: The main things I need are: - XInclude support. - Multi-file output. Right now I'm using the ?dbhtml ? directive to control that, but I am willing to change that if it makes it easier/possible. PHP uses libxslt for XSLT processing, and DocBook stylesheets works

Re: [docbook-apps] Validating DocBook V5.0

2007-06-14 Thread George Cristian Bina
You should be able to use the NVDL script that comes with the latest DocBook 5 (5.0CR4 - http://docbook.org/xml/5.0CR4/)to validate against both the Relax NG and against the Schematron Schema. oNVDL is an open source implementation of NVDL based on Jing and supports both Schematron and Relax NG

Re: [docbook-apps] Validating DocBook V5.0

2007-06-14 Thread Ken Morse
Thanks very much for the pointers, Jirka and George -- I'll check them out. Ken On 6/14/07, George Cristian Bina [EMAIL PROTECTED] wrote: You should be able to use the NVDL script that comes with the latest DocBook 5 (5.0CR4 - http://docbook.org/xml/5.0CR4/)to validate against both the Relax