From 215f8def3dc6672c2b2aaa104f65b76a82d4e6fb Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 25 Jul 2011 15:56:52 +0000
Subject: [PATCH] Add abstracts, used in HTML head <meta name="description" content="content of the abstract" />. Chunked pages would still require individual <info><abstract><para>content of the abstract</para></abstract></info> for each chapter|appendix|refentry, etc.

---
 opendj3/src/main/docbkx-stylesheets/html/chunked.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
index 1eaaeed..2fce21c 100644
--- a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
+++ b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
@@ -54,4 +54,5 @@
   set       toc,title
  </xsl:param>
  <xsl:param name="toc.section.depth" select="0" />
+ <xsl:param name="generate.meta.abstract" select="1" />
 </xsl:stylesheet>
\ No newline at end of file

--
Gitblit v1.10.0