summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/template/formal.object.heading.xsl
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-06 14:41:03 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 13:48:38 +0100
commit74551392b3f4209d2dff83cd783657c15eec811b (patch)
tree19c0a2ef1d671c898e22f7120a2b63fd4fa2bc20 /bitbake/doc/template/formal.object.heading.xsl
parentc65de86d81d834bfefd5d27cf471a842485a7655 (diff)
downloadast2050-yocto-poky-74551392b3f4209d2dff83cd783657c15eec811b.zip
ast2050-yocto-poky-74551392b3f4209d2dff83cd783657c15eec811b.tar.gz
bitbake: bitbake-user-manual: Added permalink support.
Fixes [YOCTO #5772] I added the five XSL templates to the template folder. I updated the bitbake-user-manual-customization.xsl layer file to include the new templates. (Bitbake rev: e1c24a79ededb2dd4ac5ce09fcfdf93218261907) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/template/formal.object.heading.xsl')
-rw-r--r--bitbake/doc/template/formal.object.heading.xsl21
1 files changed, 21 insertions, 0 deletions
diff --git a/bitbake/doc/template/formal.object.heading.xsl b/bitbake/doc/template/formal.object.heading.xsl
new file mode 100644
index 0000000..4f3900d
--- /dev/null
+++ b/bitbake/doc/template/formal.object.heading.xsl
@@ -0,0 +1,21 @@
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:d="http://docbook.org/ns/docbook"
+ xmlns="http://www.w3.org/1999/xhtml"
+ exclude-result-prefixes="d">
+
+ <xsl:template name="formal.object.heading">
+ <xsl:param name="object" select="."/>
+ <xsl:param name="title">
+ <xsl:apply-templates select="$object" mode="object.title.markup">
+ <xsl:with-param name="allow-anchors" select="1"/>
+ </xsl:apply-templates>
+ </xsl:param>
+ <p class="title">
+ <b><xsl:copy-of select="$title"/></b>
+ <xsl:call-template name="permalink">
+ <xsl:with-param name="node" select="$object"/>
+ </xsl:call-template>
+ </p>
+ </xsl:template>
+</xsl:stylesheet> \ No newline at end of file
OpenPOWER on IntegriCloud