dia r4073 - trunk/doc/eu



Author: hans
Date: Sun Jun 22 16:22:37 2008
New Revision: 4073
URL: http://svn.gnome.org/viewvc/dia?rev=4073&view=rev

Log:
html.xsl here as well

Added:
   trunk/doc/eu/html.xsl

Added: trunk/doc/eu/html.xsl
==============================================================================
--- (empty file)
+++ trunk/doc/eu/html.xsl	Sun Jun 22 16:22:37 2008
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="US-ASCII"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
+
+<!-- <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl"></xsl:import> -->
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl";></xsl:import>
+
+<xsl:param name="make.valid.html" select="1"></xsl:param>
+<xsl:param name="html.cleanup" select="1"></xsl:param>
+<xsl:param name="generate.id.attributes" select="1"></xsl:param>
+
+<xsl:param name="html.stylesheet" select="'css/dia.css'"></xsl:param>
+
+<xsl:param name="preface.autolabel" select="i"></xsl:param>
+<xsl:param name="component.label.includes.part.label" select="0"></xsl:param>
+<xsl:param name="section.autolabel" select="1"></xsl:param>
+<xsl:param name="label.from.part" select="1"></xsl:param>
+<xsl:param name="section.label.includes.component.label" select="1"></xsl:param>
+
+<xsl:param name="admon.graphics" select="1"></xsl:param>
+<xsl:param name="admon.textlabel" select="0"></xsl:param>
+<xsl:param name="admon.style">
+  <xsl:text></xsl:text>
+</xsl:param>
+
+<xsl:param name="callout.unicode" select="1"></xsl:param>
+
+<xsl:param name="formal.title.placement">
+figure before
+example before
+equation before
+table before
+procedure before
+task before
+</xsl:param>
+<xsl:attribute-set name="formal.title.properties" use-attribute-sets="normal.para.spacing">
+<xsl:attribute name="hyphenate">false</xsl:attribute>
+</xsl:attribute-set>
+
+</xsl:stylesheet>
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]