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: DocBook XSL: integration of the new Slides stylesheets


Hi,

as you may know I'm working on DocBook Slides 5.0 in Google Summer of Code. The planned objectives are mostly completed and few time is left from the program so my mentor asked me to start discussing the reintegration of my work to the main DocBook repo. Slides is an individual schema that extends the main DocBook schema and the stylesheets are also extensions to DocBook XSL. I used the conventional parameter reference and titlepage frameworks. Actually, almost the entire work is addition not modification so I think it will be easy to merge this. The only thing that I had to modify is adding an extension point to a very large template dealing with HTML image attributes. Without this modification I would have had to copy it over and insert a very small fragment. A diff about this modification follows:

--- docbook-xsl-ns-1.77.1/xhtml/graphics.xsl 2012-06-05 00:09:37.000000000 +0200
+++ slides-wrk/xsl/xhtml/graphics.xsl    2012-07-12 14:42:26.000000000 +0200
@@ -980,8 +980,12 @@
       </xsl:choose>
     </xsl:attribute>
   </xsl:if>
+
+  <xsl:call-template name="extension.process.image.attributes"/>
 </xsl:template>

+<xsl:template name="extension.process.image.attributes"/>
+
<!-- ==================================================================== -->

 <xsl:template match="d:graphic">

Is there any objection to such an addition?

Thanks,
Gabor


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