I haven't done that myself with DocBook but I think it should make no difference. I'm customizing another set of 2.0 stylesheets right now and all I need to do is make sure my customization layer stylesheet also specifies version 2.0:
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> </xsl:stylesheet> Peter On Tue, Apr 10, 2012 at 6:53 PM, Carlos Araya <[email protected]> wrote: > Hi Folks: > > I am looking for information on how to write customization layers for the > 2.0 stylesheets. How different is it to do than the process described in Bob > Sayton's book? > > Carlos --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
