OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] XSLT2.0 customizations


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 <carlos.araya@gmail.com> 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]