Thursday, September 26, 2024

Update: docbook-xsl 1.68.1 -> 1.79.1

This is for post-unlock, and necessary for the update to PostgreSQL 17.
It upgrades docbook-xml from a version released in 2005 to the most
current version (I think), released in 2015.

I have not tested fallout in any dependencies, I've only tested that
this allows PostgreSQL 17 to build. We should include this diff and the
PostgreSQL 17 diff I'll be sending shortly in a bulk to see what the
fallout looks like.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/docbook-xsl/Makefile,v
diff -u -p -u -p -r1.19 Makefile
--- Makefile 7 Nov 2023 14:19:46 -0000 1.19
+++ Makefile 23 May 2024 18:27:00 -0000
@@ -1,7 +1,7 @@
COMMENT= docbook XSL modular stylesheet

-DISTNAME= docbook-xsl-1.68.1
-REVISION = 8
+VERSION= 1.79.1
+DISTNAME= docbook-xsl-${VERSION}
CATEGORIES= textproc

HOMEPAGE= https://docbook.sourceforge.net/projects/xsl/
@@ -9,9 +9,10 @@ HOMEPAGE= https://docbook.sourceforge.ne
# MIT/X Consortium License
PERMIT_PACKAGE= Yes

-SITES= ${SITE_SOURCEFORGE:=docbook/}
+SITES= https://downloads.sourceforge.net/project/docbook/docbook-xsl/${VERSION}/
+EXTRACT_SUFX= .tar.bz2

-BUILD_DEPENDS= textproc/libxml
+BUILD_DEPENDS= textproc/libxml
RUN_DEPENDS= textproc/docbook \
textproc/libxslt

@@ -25,14 +26,14 @@ DOCSDIR= ${PREFIX}/share/doc/xsl/docbook
COPYDIRS= common fo extensions html htmlhelp images \
javahelp lib manpages params template xhtml

-do-build:
- cd ${WRKSRC} && ${MAKE_ENV} ./INSTALL
+NO_BUILD= Yes

do-install:
${INSTALL_DATA_DIR} ${INSTDIR} ${DOCSDIR}
cd ${WRKSRC}/doc && ${TAR} -cf - . | ${TAR} -xf - -C${DOCSDIR}
cd ${WRKSRC} && \
${TAR} -cf - VERSION ${COPYDIRS} | ${TAR} -xf - -C${INSTDIR}
+ mv ${INSTDIR}/VERSION{,.xsl}
${INSTALL_DATA} ${WRKSRC}/catalog.xml ${INSTDIR}/catalog.xml
${INSTALL_DATA_DIR} ${PREFIX}/share/libxml2
${INSTALL_DATA} ${FILESDIR}/docbook-xsl.spec ${PREFIX}/share/libxml2
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/docbook-xsl/distinfo,v
diff -u -p -u -p -r1.3 distinfo
--- distinfo 18 Jan 2015 03:15:20 -0000 1.3
+++ distinfo 23 May 2024 18:07:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (docbook-xsl-1.68.1.tar.gz) = lMwvFw4ol5huwakUj9vV4lt3diBxJ4Jh4yw0a9/sIWM=
-SIZE (docbook-xsl-1.68.1.tar.gz) = 1597611
+SHA256 (docbook-xsl-1.79.1.tar.bz2) = cl9FLhKylpVui/uHbM7Oce7s3RS5T2Z/PtkJF2GkqWg=
+SIZE (docbook-xsl-1.79.1.tar.bz2) = 21967928
Index: patches/patch-INSTALL
===================================================================
RCS file: patches/patch-INSTALL
diff -N patches/patch-INSTALL
--- patches/patch-INSTALL 11 Mar 2022 20:02:28 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,54 +0,0 @@
-Index: INSTALL
---- INSTALL.orig
-+++ INSTALL
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # $Id: patch-INSTALL,v 1.3 2022/03/11 20:02:28 naddy Exp $
-
- # To "install" this release, execute this INSTALL file by running
-@@ -31,44 +31,3 @@ rm -f $CATALOG
- xmlcatalog --noout --create $CATALOG || exit 1
- xmlcatalog --noout --add rewriteURI $URI $DIR/ $CATALOG || exit 1
- xmlcatalog --noout --add rewriteSystem $URI $DIR/ $CATALOG || exit 1
--xmlcatalog --noout --add delegateURI $URI $DIR/$CATALOG $DIR/$CATALOG || exit 1
--xmlcatalog --noout --add delegateSystem $URI $DIR/$CATALOG $DIR/$CATALOG || exit 1
--
--if [ -n "$XML_CATALOG_FILES" ]; then
-- # if $XML_CATALOG_FILES already contains the filename for the
-- # catalog we are creating, remove that filename
-- if [ "$XML_CATALOG_FILES"//$DIR\/$CATALOG// != "$XML_CATALOG_FILES" ]; then
-- export XML_CATALOG_FILES="`echo $XML_CATALOG_FILES | sed "s#$DIR/$CATALOG *##"`";
-- fi
--else
-- XML_CATALOG_FILES=/etc/xml/catalog
--fi
--
--JAVA_CATALOGS=`echo $XML_CATALOG_FILES | tr " " ";"`
--
--cat <<- EOF
--
-- 1. Now edit either your ~/.bash_profile or ~/.cshrc file so it
-- sets the XML_CATALOG_FILES environment variable to include
-- $DIR/$CATALOG as its first item; example:
--
-- # set XML_CATALOG_FILES for bash/ksh shell
-- export XML_CATALOG_FILES="$DIR/$CATALOG $XML_CATALOG_FILES"
--
-- IMPORTANT: Separate filenames in XML_CATALOG_FILES with spaces
--
-- 2. If you have a CatalogManager.properties file, change the
-- "catalogs=" line in that file to something like:
--
-- catalogs=$DIR/$CATALOG;$JAVA_CATALOGS
--
-- IMPORTANT: In that file, separate filenames with a SEMICOLON.
-- Also, make sure that your Java CLASSPATH contains the pathname
-- to the _directory_ containing CatalogManager.properties file.
--
-- 3. If you're using a stylesheet customization layer, make sure
-- that it references the canonical URI for the DocBook
-- stylesheets; for example, use an xsl:import like this:
--
-- <xsl:import href="${URI}html/chunk.xsl"/>
--EOF
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/docbook-xsl/pkg/PLIST,v
diff -u -p -u -p -r1.5 PLIST
--- pkg/PLIST 11 Mar 2022 20:02:28 -0000 1.5
+++ pkg/PLIST 23 May 2024 18:28:11 -0000
@@ -1,799 +1,155 @@
share/doc/xsl/
share/doc/xsl/docbook/
-share/doc/xsl/docbook/ChangeLog
-share/doc/xsl/docbook/book.xsl
-share/doc/xsl/docbook/ch01s02.html
-share/doc/xsl/docbook/ch01s03.html
-share/doc/xsl/docbook/ch03.html
-share/doc/xsl/docbook/ch04.html
-share/doc/xsl/docbook/ch05.html
-share/doc/xsl/docbook/ch06s02.html
-share/doc/xsl/docbook/ch06s03.html
-share/doc/xsl/docbook/common/
-share/doc/xsl/docbook/common/ChangeLog
-share/doc/xsl/docbook/common/common.html
-share/doc/xsl/docbook/copyright.html
-share/doc/xsl/docbook/extensions.html
-share/doc/xsl/docbook/fo/
-share/doc/xsl/docbook/fo/ChangeLog
-share/doc/xsl/docbook/fo/admon.graphics.extension.html
-share/doc/xsl/docbook/fo/admon.graphics.html
-share/doc/xsl/docbook/fo/admon.graphics.path.html
-share/doc/xsl/docbook/fo/admon.textlabel.html
-share/doc/xsl/docbook/fo/admonition.properties.html
-share/doc/xsl/docbook/fo/admonition.title.properties.html
-share/doc/xsl/docbook/fo/alignment.html
-share/doc/xsl/docbook/fo/apa.html
-share/doc/xsl/docbook/fo/appendix.autolabel.html
-share/doc/xsl/docbook/fo/arbortext.extensions.html
-share/doc/xsl/docbook/fo/article.appendix.title.properties.html
-share/doc/xsl/docbook/fo/author.othername.in.middle.html
-share/doc/xsl/docbook/fo/autotoc.label.separator.html
-share/doc/xsl/docbook/fo/axf.extensions.html
-share/doc/xsl/docbook/fo/biblioentry.item.separator.html
-share/doc/xsl/docbook/fo/bibliography.collection.html
-share/doc/xsl/docbook/fo/bibliography.numbered.html
-share/doc/xsl/docbook/fo/blockquote.properties.html
-share/doc/xsl/docbook/fo/body.end.indent.html
-share/doc/xsl/docbook/fo/body.font.family.html
-share/doc/xsl/docbook/fo/body.font.master.html
-share/doc/xsl/docbook/fo/body.font.size.html
-share/doc/xsl/docbook/fo/body.margin.bottom.html
-share/doc/xsl/docbook/fo/body.margin.top.html
-share/doc/xsl/docbook/fo/body.start.indent.html
-share/doc/xsl/docbook/fo/bridgehead.in.toc.html
-share/doc/xsl/docbook/fo/callout.defaultcolumn.html
-share/doc/xsl/docbook/fo/callout.graphics.extension.html
-share/doc/xsl/docbook/fo/callout.graphics.html
-share/doc/xsl/docbook/fo/callout.graphics.number.limit.html
-share/doc/xsl/docbook/fo/callout.graphics.path.html
-share/doc/xsl/docbook/fo/callout.unicode.font.html
-share/doc/xsl/docbook/fo/callout.unicode.html
-share/doc/xsl/docbook/fo/callout.unicode.number.limit.html
-share/doc/xsl/docbook/fo/callout.unicode.start.character.html
-share/doc/xsl/docbook/fo/callouts.extension.html
-share/doc/xsl/docbook/fo/chapter.autolabel.html
-share/doc/xsl/docbook/fo/collect.xref.targets.html
-share/doc/xsl/docbook/fo/column.count.back.html
-share/doc/xsl/docbook/fo/column.count.body.html
-share/doc/xsl/docbook/fo/column.count.front.html
-share/doc/xsl/docbook/fo/column.count.index.html
-share/doc/xsl/docbook/fo/column.count.lot.html
-share/doc/xsl/docbook/fo/column.count.titlepage.html
-share/doc/xsl/docbook/fo/column.gap.back.html
-share/doc/xsl/docbook/fo/column.gap.body.html
-share/doc/xsl/docbook/fo/column.gap.front.html
-share/doc/xsl/docbook/fo/column.gap.index.html
-share/doc/xsl/docbook/fo/column.gap.lot.html
-share/doc/xsl/docbook/fo/column.gap.titlepage.html
-share/doc/xsl/docbook/fo/compact.list.item.spacing.html
-share/doc/xsl/docbook/fo/component.label.includes.part.label.html
-share/doc/xsl/docbook/fo/component.title.properties.html
-share/doc/xsl/docbook/fo/current.docid.html
-share/doc/xsl/docbook/fo/default.float.class.html
-share/doc/xsl/docbook/fo/default.image.width.html
-share/doc/xsl/docbook/fo/default.table.width.html
-share/doc/xsl/docbook/fo/default.units.html
-share/doc/xsl/docbook/fo/dingbat.font.family.html
-share/doc/xsl/docbook/fo/double.sided.html
-share/doc/xsl/docbook/fo/draft.mode.html
-share/doc/xsl/docbook/fo/draft.watermark.image.html
-share/doc/xsl/docbook/fo/ebnf.assignment.html
-share/doc/xsl/docbook/fo/ebnf.statement.terminator.html
-share/doc/xsl/docbook/fo/equation.properties.html
-share/doc/xsl/docbook/fo/example.properties.html
-share/doc/xsl/docbook/fo/figure.properties.html
-share/doc/xsl/docbook/fo/firstterm.only.link.html
-share/doc/xsl/docbook/fo/footer.column.widths.html
-share/doc/xsl/docbook/fo/footer.content.properties.html
-share/doc/xsl/docbook/fo/footer.rule.html
-share/doc/xsl/docbook/fo/footers.on.blank.pages.html
-share/doc/xsl/docbook/fo/footnote.font.size.html
-share/doc/xsl/docbook/fo/footnote.mark.properties.html
-share/doc/xsl/docbook/fo/footnote.number.format.html
-share/doc/xsl/docbook/fo/footnote.number.symbols.html
-share/doc/xsl/docbook/fo/footnote.properties.html
-share/doc/xsl/docbook/fo/footnote.sep.leader.properties.html
-share/doc/xsl/docbook/fo/fop.extensions.html
-share/doc/xsl/docbook/fo/formal.object.properties.html
-share/doc/xsl/docbook/fo/formal.procedures.html
-share/doc/xsl/docbook/fo/formal.title.placement.html
-share/doc/xsl/docbook/fo/formal.title.properties.html
-share/doc/xsl/docbook/fo/funcsynopsis.decoration.html
-share/doc/xsl/docbook/fo/funcsynopsis.style.html
-share/doc/xsl/docbook/fo/function.parens.html
-share/doc/xsl/docbook/fo/generate.index.html
-share/doc/xsl/docbook/fo/generate.section.toc.level.html
-share/doc/xsl/docbook/fo/generate.toc.html
-share/doc/xsl/docbook/fo/glossary.as.blocks.html
-share/doc/xsl/docbook/fo/glossary.collection.html
-share/doc/xsl/docbook/fo/glossentry.show.acronym.html
-share/doc/xsl/docbook/fo/glosslist.as.blocks.html
-share/doc/xsl/docbook/fo/glossterm.auto.link.html
-share/doc/xsl/docbook/fo/glossterm.separation.html
-share/doc/xsl/docbook/fo/glossterm.width.html
-share/doc/xsl/docbook/fo/graphic.default.extension.html
-share/doc/xsl/docbook/fo/graphical.admonition.properties.html
-share/doc/xsl/docbook/fo/header.column.widths.html
-share/doc/xsl/docbook/fo/header.content.properties.html
-share/doc/xsl/docbook/fo/header.rule.html
-share/doc/xsl/docbook/fo/headers.on.blank.pages.html
-share/doc/xsl/docbook/fo/hyphenate.html
-share/doc/xsl/docbook/fo/hyphenate.verbatim.characters.html
-share/doc/xsl/docbook/fo/hyphenate.verbatim.html
-share/doc/xsl/docbook/fo/ignore.image.scaling.html
-share/doc/xsl/docbook/fo/index.div.title.properties.html
-share/doc/xsl/docbook/fo/index.entry.properties.html
-share/doc/xsl/docbook/fo/index.html
-share/doc/xsl/docbook/fo/index.on.role.html
-share/doc/xsl/docbook/fo/index.on.type.html
-share/doc/xsl/docbook/fo/index.preferred.page.properties.html
-share/doc/xsl/docbook/fo/informal.object.properties.html
-share/doc/xsl/docbook/fo/informalequation.properties.html
-share/doc/xsl/docbook/fo/informalexample.properties.html
-share/doc/xsl/docbook/fo/informalfigure.properties.html
-share/doc/xsl/docbook/fo/informaltable.properties.html
-share/doc/xsl/docbook/fo/insert.olink.page.number.html
-share/doc/xsl/docbook/fo/insert.olink.pdf.frag.html
-share/doc/xsl/docbook/fo/insert.xref.page.number.html
-share/doc/xsl/docbook/fo/l10n.gentext.default.language.html
-share/doc/xsl/docbook/fo/l10n.gentext.language.html
-share/doc/xsl/docbook/fo/l10n.gentext.use.xref.language.html
-share/doc/xsl/docbook/fo/label.from.part.html
-share/doc/xsl/docbook/fo/ld-d0e4191.html
-share/doc/xsl/docbook/fo/ld-d0e4213.html
-share/doc/xsl/docbook/fo/ld-d0e4314.html
-share/doc/xsl/docbook/fo/line-height.html
-share/doc/xsl/docbook/fo/linenumbering.everyNth.html
-share/doc/xsl/docbook/fo/linenumbering.extension.html
-share/doc/xsl/docbook/fo/linenumbering.separator.html
-share/doc/xsl/docbook/fo/linenumbering.width.html
-share/doc/xsl/docbook/fo/list.block.spacing.html
-share/doc/xsl/docbook/fo/list.item.spacing.html
-share/doc/xsl/docbook/fo/make.index.markup.html
-share/doc/xsl/docbook/fo/make.single.year.ranges.html
-share/doc/xsl/docbook/fo/make.year.ranges.html
-share/doc/xsl/docbook/fo/margin.note.float.type.html
-share/doc/xsl/docbook/fo/margin.note.properties.html
-share/doc/xsl/docbook/fo/margin.note.title.Properties.html
-share/doc/xsl/docbook/fo/margin.note.width.html
-share/doc/xsl/docbook/fo/marker.section.level.html
-share/doc/xsl/docbook/fo/menuchoice.menu.separator.html
-share/doc/xsl/docbook/fo/menuchoice.separator.html
-share/doc/xsl/docbook/fo/monospace.font.family.html
-share/doc/xsl/docbook/fo/monospace.properties.html
-share/doc/xsl/docbook/fo/monospace.verbatim.properties.html
-share/doc/xsl/docbook/fo/nominal.table.width.html
-share/doc/xsl/docbook/fo/nongraphical.admonition.properties.html
-share/doc/xsl/docbook/fo/normal.para.spacing.html
-share/doc/xsl/docbook/fo/olink.base.uri.html
-share/doc/xsl/docbook/fo/olink.debug.html
-share/doc/xsl/docbook/fo/olink.doctitle.html
-share/doc/xsl/docbook/fo/olink.lang.fallback.sequence.html
-share/doc/xsl/docbook/fo/olink.properties.html
-share/doc/xsl/docbook/fo/page.height.html
-share/doc/xsl/docbook/fo/page.height.portrait.html
-share/doc/xsl/docbook/fo/page.margin.bottom.html
-share/doc/xsl/docbook/fo/page.margin.inner.html
-share/doc/xsl/docbook/fo/page.margin.outer.html
-share/doc/xsl/docbook/fo/page.margin.top.html
-share/doc/xsl/docbook/fo/page.orientation.html
-share/doc/xsl/docbook/fo/page.png
-share/doc/xsl/docbook/fo/page.width.html
-share/doc/xsl/docbook/fo/page.width.portrait.html
-share/doc/xsl/docbook/fo/paper.type.html
-share/doc/xsl/docbook/fo/param.html
-share/doc/xsl/docbook/fo/part.autolabel.html
-share/doc/xsl/docbook/fo/passivetex.extensions.html
-share/doc/xsl/docbook/fo/pr01.html
-share/doc/xsl/docbook/fo/preface.autolabel.html
-share/doc/xsl/docbook/fo/prefer.internal.olink.html
-share/doc/xsl/docbook/fo/preferred.mediaobject.role.html
-share/doc/xsl/docbook/fo/procedure.properties.html
-share/doc/xsl/docbook/fo/process.empty.source.toc.html
-share/doc/xsl/docbook/fo/process.source.toc.html
-share/doc/xsl/docbook/fo/profile.arch.html
-share/doc/xsl/docbook/fo/profile.attribute.html
-share/doc/xsl/docbook/fo/profile.condition.html
-share/doc/xsl/docbook/fo/profile.conformance.html
-share/doc/xsl/docbook/fo/profile.lang.html
-share/doc/xsl/docbook/fo/profile.os.html
-share/doc/xsl/docbook/fo/profile.revision.html
-share/doc/xsl/docbook/fo/profile.revisionflag.html
-share/doc/xsl/docbook/fo/profile.role.html
-share/doc/xsl/docbook/fo/profile.security.html
-share/doc/xsl/docbook/fo/profile.separator.html
-share/doc/xsl/docbook/fo/profile.userlevel.html
-share/doc/xsl/docbook/fo/profile.value.html
-share/doc/xsl/docbook/fo/profile.vendor.html
-share/doc/xsl/docbook/fo/punct.honorific.html
-share/doc/xsl/docbook/fo/qanda.defaultlabel.html
-share/doc/xsl/docbook/fo/qanda.inherit.numeration.html
-share/doc/xsl/docbook/fo/qanda.title.level1.properties.html
-share/doc/xsl/docbook/fo/qanda.title.level2.properties.html
-share/doc/xsl/docbook/fo/qanda.title.level3.properties.html
-share/doc/xsl/docbook/fo/qanda.title.level4.properties.html
-share/doc/xsl/docbook/fo/qanda.title.level5.properties.html
-share/doc/xsl/docbook/fo/qanda.title.level6.properties.html
-share/doc/xsl/docbook/fo/qanda.title.properties.html
-share/doc/xsl/docbook/fo/qandadiv.autolabel.html
-share/doc/xsl/docbook/fo/refentry.generate.name.html
-share/doc/xsl/docbook/fo/refentry.generate.title.html
-share/doc/xsl/docbook/fo/refentry.pagebreak.html
-share/doc/xsl/docbook/fo/refentry.title.properties.html
-share/doc/xsl/docbook/fo/refentry.xref.manvolnum.html
-share/doc/xsl/docbook/fo/region.after.extent.html
-share/doc/xsl/docbook/fo/region.before.extent.html
-share/doc/xsl/docbook/fo/rn01.html
-share/doc/xsl/docbook/fo/rn02.html
-share/doc/xsl/docbook/fo/rn03.html
-share/doc/xsl/docbook/fo/rn04.html
-share/doc/xsl/docbook/fo/rn05.html
-share/doc/xsl/docbook/fo/rn06.html
-share/doc/xsl/docbook/fo/rn07.html
-share/doc/xsl/docbook/fo/rn08.html
-share/doc/xsl/docbook/fo/rn09.html
-share/doc/xsl/docbook/fo/rn10.html
-share/doc/xsl/docbook/fo/rn11.html
-share/doc/xsl/docbook/fo/rn12.html
-share/doc/xsl/docbook/fo/rn13.html
-share/doc/xsl/docbook/fo/rn14.html
-share/doc/xsl/docbook/fo/rn15.html
-share/doc/xsl/docbook/fo/rn16.html
-share/doc/xsl/docbook/fo/rn17.html
-share/doc/xsl/docbook/fo/rn18.html
-share/doc/xsl/docbook/fo/rn19.html
-share/doc/xsl/docbook/fo/rn20.html
-share/doc/xsl/docbook/fo/rn21.html
-share/doc/xsl/docbook/fo/rn22.html
-share/doc/xsl/docbook/fo/rn23.html
-share/doc/xsl/docbook/fo/rn24.html
-share/doc/xsl/docbook/fo/root.properties.html
-share/doc/xsl/docbook/fo/rootid.html
-share/doc/xsl/docbook/fo/runinhead.default.title.end.punct.html
-share/doc/xsl/docbook/fo/runinhead.title.end.punct.html
-share/doc/xsl/docbook/fo/sans.font.family.html
-share/doc/xsl/docbook/fo/section.autolabel.html
-share/doc/xsl/docbook/fo/section.autolabel.max.depth.html
-share/doc/xsl/docbook/fo/section.label.includes.component.label.html
-share/doc/xsl/docbook/fo/section.level1.properties.html
-share/doc/xsl/docbook/fo/section.level2.properties.html
-share/doc/xsl/docbook/fo/section.level3.properties.html
-share/doc/xsl/docbook/fo/section.level4.properties.html
-share/doc/xsl/docbook/fo/section.level5.properties.html
-share/doc/xsl/docbook/fo/section.level6.properties.html
-share/doc/xsl/docbook/fo/section.properties.html
-share/doc/xsl/docbook/fo/section.title.level1.properties.html
-share/doc/xsl/docbook/fo/section.title.level2.properties.html
-share/doc/xsl/docbook/fo/section.title.level3.properties.html
-share/doc/xsl/docbook/fo/section.title.level4.properties.html
-share/doc/xsl/docbook/fo/section.title.level5.properties.html
-share/doc/xsl/docbook/fo/section.title.level6.properties.html
-share/doc/xsl/docbook/fo/section.title.properties.html
-share/doc/xsl/docbook/fo/segmentedlist.as.table.html
-share/doc/xsl/docbook/fo/shade.verbatim.html
-share/doc/xsl/docbook/fo/shade.verbatim.style.html
-share/doc/xsl/docbook/fo/show.comments.html
-share/doc/xsl/docbook/fo/sidebar.float.type.html
-share/doc/xsl/docbook/fo/sidebar.float.width.html
-share/doc/xsl/docbook/fo/sidebar.properties.html
-share/doc/xsl/docbook/fo/sidebar.title.Properties.html
-share/doc/xsl/docbook/fo/simplesect.in.toc.html
-share/doc/xsl/docbook/fo/subscript.properties.html
-share/doc/xsl/docbook/fo/superscript.properties.html
-share/doc/xsl/docbook/fo/symbol.font.family.html
-share/doc/xsl/docbook/fo/table.cell.border.color.html
-share/doc/xsl/docbook/fo/table.cell.border.style.html
-share/doc/xsl/docbook/fo/table.cell.border.thickness.html
-share/doc/xsl/docbook/fo/table.cell.padding.html
-share/doc/xsl/docbook/fo/table.footnote.number.format.html
-share/doc/xsl/docbook/fo/table.footnote.number.symbols.html
-share/doc/xsl/docbook/fo/table.frame.border.color.html
-share/doc/xsl/docbook/fo/table.frame.border.style.html
-share/doc/xsl/docbook/fo/table.frame.border.thickness.html
-share/doc/xsl/docbook/fo/table.html
-share/doc/xsl/docbook/fo/table.properties.html
-share/doc/xsl/docbook/fo/table.table.properties.html
-share/doc/xsl/docbook/fo/tablecolumns.extension.html
-share/doc/xsl/docbook/fo/target.database.document.html
-share/doc/xsl/docbook/fo/targets.filename.html
-share/doc/xsl/docbook/fo/tex.math.delims.html
-share/doc/xsl/docbook/fo/tex.math.in.alt.html
-share/doc/xsl/docbook/fo/textdata.default.encoding.html
-share/doc/xsl/docbook/fo/textinsert.extension.html
-share/doc/xsl/docbook/fo/title.font.family.html
-share/doc/xsl/docbook/fo/title.margin.left.html
-share/doc/xsl/docbook/fo/toc.indent.width.html
-share/doc/xsl/docbook/fo/toc.margin.properties.html
-share/doc/xsl/docbook/fo/toc.section.depth.html
-share/doc/xsl/docbook/fo/ulink.footnote.number.format.html
-share/doc/xsl/docbook/fo/ulink.footnotes.html
-share/doc/xsl/docbook/fo/ulink.hyphenate.html
-share/doc/xsl/docbook/fo/ulink.show.html
-share/doc/xsl/docbook/fo/use.extensions.html
-share/doc/xsl/docbook/fo/use.local.olink.style.html
-share/doc/xsl/docbook/fo/use.role.as.xrefstyle.html
-share/doc/xsl/docbook/fo/use.role.for.mediaobject.html
-share/doc/xsl/docbook/fo/use.svg.html
-share/doc/xsl/docbook/fo/variablelist.as.blocks.html
-share/doc/xsl/docbook/fo/variablelist.max.termlength.html
-share/doc/xsl/docbook/fo/verbatim.properties.html
-share/doc/xsl/docbook/fo/xep.extensions.html
-share/doc/xsl/docbook/fo/xep.index.item.properties.html
-share/doc/xsl/docbook/fo/xref.label-page.separator.html
-share/doc/xsl/docbook/fo/xref.label-title.separator.html
-share/doc/xsl/docbook/fo/xref.properties.html
-share/doc/xsl/docbook/fo/xref.title-page.separator.html
-share/doc/xsl/docbook/fo/xref.with.number.and.title.html
-share/doc/xsl/docbook/html/
-share/doc/xsl/docbook/html/ChangeLog
-share/doc/xsl/docbook/html/admon.graphics.extension.html
-share/doc/xsl/docbook/html/admon.graphics.html
-share/doc/xsl/docbook/html/admon.graphics.path.html
-share/doc/xsl/docbook/html/admon.style.html
-share/doc/xsl/docbook/html/admon.textlabel.html
-share/doc/xsl/docbook/html/annotate.toc.html
-share/doc/xsl/docbook/html/apa.html
-share/doc/xsl/docbook/html/appendix.autolabel.html
-share/doc/xsl/docbook/html/author.othername.in.middle.html
-share/doc/xsl/docbook/html/autotoc.label.separator.html
-share/doc/xsl/docbook/html/base.dir.html
-share/doc/xsl/docbook/html/biblioentry.item.separator.html
-share/doc/xsl/docbook/html/bibliography.collection.html
-share/doc/xsl/docbook/html/bibliography.numbered.html
-share/doc/xsl/docbook/html/bridgehead.in.toc.html
-share/doc/xsl/docbook/html/callout.defaultcolumn.html
-share/doc/xsl/docbook/html/callout.graphics.extension.html
-share/doc/xsl/docbook/html/callout.graphics.html
-share/doc/xsl/docbook/html/callout.graphics.number.limit.html
-share/doc/xsl/docbook/html/callout.graphics.path.html
-share/doc/xsl/docbook/html/callout.list.table.html
-share/doc/xsl/docbook/html/callout.unicode.html
-share/doc/xsl/docbook/html/callout.unicode.number.limit.html
-share/doc/xsl/docbook/html/callout.unicode.start.character.html
-share/doc/xsl/docbook/html/callouts.extension.html
-share/doc/xsl/docbook/html/chapter.autolabel.html
-share/doc/xsl/docbook/html/chunk.first.sections.html
-share/doc/xsl/docbook/html/chunk.quietly.html
-share/doc/xsl/docbook/html/chunk.section.depth.html
-share/doc/xsl/docbook/html/chunk.separate.lots.html
-share/doc/xsl/docbook/html/chunk.toc.html
-share/doc/xsl/docbook/html/chunk.tocs.and.lots.html
-share/doc/xsl/docbook/html/chunker.output.cdata-section-elements.html
-share/doc/xsl/docbook/html/chunker.output.doctype-public.html
-share/doc/xsl/docbook/html/chunker.output.doctype-system.html
-share/doc/xsl/docbook/html/chunker.output.encoding.html
-share/doc/xsl/docbook/html/chunker.output.indent.html
-share/doc/xsl/docbook/html/chunker.output.media-type.html
-share/doc/xsl/docbook/html/chunker.output.method.html
-share/doc/xsl/docbook/html/chunker.output.omit-xml-declaration.html
-share/doc/xsl/docbook/html/chunker.output.standalone.html
-share/doc/xsl/docbook/html/citerefentry.link.html
-share/doc/xsl/docbook/html/collect.xref.targets.html
-share/doc/xsl/docbook/html/component.label.includes.part.label.html
-share/doc/xsl/docbook/html/css.decoration.html
-share/doc/xsl/docbook/html/current.docid.html
-share/doc/xsl/docbook/html/default.float.class.html
-share/doc/xsl/docbook/html/default.image.width.html
-share/doc/xsl/docbook/html/default.table.width.html
-share/doc/xsl/docbook/html/draft.mode.html
-share/doc/xsl/docbook/html/draft.watermark.image.html
-share/doc/xsl/docbook/html/ebnf.assignment.html
-share/doc/xsl/docbook/html/ebnf.statement.terminator.html
-share/doc/xsl/docbook/html/ebnf.table.bgcolor.html
-share/doc/xsl/docbook/html/ebnf.table.border.html
-share/doc/xsl/docbook/html/eclipse.autolabel.html
-share/doc/xsl/docbook/html/eclipse.plugin.id.html
-share/doc/xsl/docbook/html/eclipse.plugin.name.html
-share/doc/xsl/docbook/html/eclipse.plugin.provider.html
-share/doc/xsl/docbook/html/emphasis.propagates.style.html
-share/doc/xsl/docbook/html/entry.propagates.style.html
-share/doc/xsl/docbook/html/firstterm.only.link.html
-share/doc/xsl/docbook/html/footer.rule.html
-share/doc/xsl/docbook/html/footnote.number.format.html
-share/doc/xsl/docbook/html/footnote.number.symbols.html
-share/doc/xsl/docbook/html/formal.procedures.html
-share/doc/xsl/docbook/html/formal.title.placement.html
-share/doc/xsl/docbook/html/funcsynopsis.decoration.html
-share/doc/xsl/docbook/html/funcsynopsis.style.html
-share/doc/xsl/docbook/html/funcsynopsis.tabular.threshold.html
-share/doc/xsl/docbook/html/function.parens.html
-share/doc/xsl/docbook/html/generate.id.attributes.html
-share/doc/xsl/docbook/html/generate.index.html
-share/doc/xsl/docbook/html/generate.legalnotice.link.html
-share/doc/xsl/docbook/html/generate.manifest.html
-share/doc/xsl/docbook/html/generate.meta.abstract.html
-share/doc/xsl/docbook/html/generate.section.toc.level.html
-share/doc/xsl/docbook/html/generate.toc.html
-share/doc/xsl/docbook/html/glossary.collection.html
-share/doc/xsl/docbook/html/glossentry.show.acronym.html
-share/doc/xsl/docbook/html/glossterm.auto.link.html
-share/doc/xsl/docbook/html/graphic.default.extension.html
-share/doc/xsl/docbook/html/graphicsize.extension.html
-share/doc/xsl/docbook/html/header.rule.html
-share/doc/xsl/docbook/html/html.base.html
-share/doc/xsl/docbook/html/html.cellpadding.html
-share/doc/xsl/docbook/html/html.cellspacing.html
-share/doc/xsl/docbook/html/html.cleanup.html
-share/doc/xsl/docbook/html/html.ext.html
-share/doc/xsl/docbook/html/html.extra.head.links.html
-share/doc/xsl/docbook/html/html.longdesc.html
-share/doc/xsl/docbook/html/html.longdesc.link.html
-share/doc/xsl/docbook/html/html.stylesheet.html
-share/doc/xsl/docbook/html/html.stylesheet.type.html
-share/doc/xsl/docbook/html/htmlhelp.alias.file.html
-share/doc/xsl/docbook/html/htmlhelp.autolabel.html
-share/doc/xsl/docbook/html/htmlhelp.button.back.html
-share/doc/xsl/docbook/html/htmlhelp.button.forward.html
-share/doc/xsl/docbook/html/htmlhelp.button.hideshow.html
-share/doc/xsl/docbook/html/htmlhelp.button.home.html
-share/doc/xsl/docbook/html/htmlhelp.button.home.url.html
-share/doc/xsl/docbook/html/htmlhelp.button.jump1.html
-share/doc/xsl/docbook/html/htmlhelp.button.jump1.title.html
-share/doc/xsl/docbook/html/htmlhelp.button.jump1.url.html
-share/doc/xsl/docbook/html/htmlhelp.button.jump2.html
-share/doc/xsl/docbook/html/htmlhelp.button.jump2.title.html
-share/doc/xsl/docbook/html/htmlhelp.button.jump2.url.html
-share/doc/xsl/docbook/html/htmlhelp.button.locate.html
-share/doc/xsl/docbook/html/htmlhelp.button.next.html
-share/doc/xsl/docbook/html/htmlhelp.button.options.html
-share/doc/xsl/docbook/html/htmlhelp.button.prev.html
-share/doc/xsl/docbook/html/htmlhelp.button.print.html
-share/doc/xsl/docbook/html/htmlhelp.button.refresh.html
-share/doc/xsl/docbook/html/htmlhelp.button.stop.html
-share/doc/xsl/docbook/html/htmlhelp.button.zoom.html
-share/doc/xsl/docbook/html/htmlhelp.chm.html
-share/doc/xsl/docbook/html/htmlhelp.default.topic.html
-share/doc/xsl/docbook/html/htmlhelp.display.progress.html
-share/doc/xsl/docbook/html/htmlhelp.encoding.html
-share/doc/xsl/docbook/html/htmlhelp.enhanced.decompilation.html
-share/doc/xsl/docbook/html/htmlhelp.enumerate.images.html
-share/doc/xsl/docbook/html/htmlhelp.force.map.and.alias.html
-share/doc/xsl/docbook/html/htmlhelp.hhc.binary.html
-share/doc/xsl/docbook/html/htmlhelp.hhc.folders.instead.books.html
-share/doc/xsl/docbook/html/htmlhelp.hhc.html
-share/doc/xsl/docbook/html/htmlhelp.hhc.section.depth.html
-share/doc/xsl/docbook/html/htmlhelp.hhc.show.root.html
-share/doc/xsl/docbook/html/htmlhelp.hhc.width.html
-share/doc/xsl/docbook/html/htmlhelp.hhk.html
-share/doc/xsl/docbook/html/htmlhelp.hhp.html
-share/doc/xsl/docbook/html/htmlhelp.hhp.tail.html
-share/doc/xsl/docbook/html/htmlhelp.hhp.window.html
-share/doc/xsl/docbook/html/htmlhelp.hhp.windows.html
-share/doc/xsl/docbook/html/htmlhelp.map.file.html
-share/doc/xsl/docbook/html/htmlhelp.only.html
-share/doc/xsl/docbook/html/htmlhelp.remember.window.position.html
-share/doc/xsl/docbook/html/htmlhelp.show.advanced.search.html
-share/doc/xsl/docbook/html/htmlhelp.show.favorities.html
-share/doc/xsl/docbook/html/htmlhelp.show.menu.html
-share/doc/xsl/docbook/html/htmlhelp.show.toolbar.text.html
-share/doc/xsl/docbook/html/htmlhelp.title.html
-share/doc/xsl/docbook/html/htmlhelp.use.hhk.html
-share/doc/xsl/docbook/html/htmlhelp.window.geometry.html
-share/doc/xsl/docbook/html/ignore.image.scaling.html
-share/doc/xsl/docbook/html/img.src.path.html
-share/doc/xsl/docbook/html/index.html
-share/doc/xsl/docbook/html/index.on.role.html
-share/doc/xsl/docbook/html/index.on.type.html
-share/doc/xsl/docbook/html/index.prefer.titleabbrev.html
-share/doc/xsl/docbook/html/inherit.keywords.html
-share/doc/xsl/docbook/html/insert.olink.page.number.html
-share/doc/xsl/docbook/html/insert.olink.pdf.frag.html
-share/doc/xsl/docbook/html/insert.xref.page.number.html
-share/doc/xsl/docbook/html/l10n.gentext.default.language.html
-share/doc/xsl/docbook/html/l10n.gentext.language.html
-share/doc/xsl/docbook/html/l10n.gentext.use.xref.language.html
-share/doc/xsl/docbook/html/label.from.part.html
-share/doc/xsl/docbook/html/linenumbering.everyNth.html
-share/doc/xsl/docbook/html/linenumbering.extension.html
-share/doc/xsl/docbook/html/linenumbering.separator.html
-share/doc/xsl/docbook/html/linenumbering.width.html
-share/doc/xsl/docbook/html/link.mailto.url.html
-share/doc/xsl/docbook/html/make.graphic.viewport.html
-share/doc/xsl/docbook/html/make.single.year.ranges.html
-share/doc/xsl/docbook/html/make.valid.html.html
-share/doc/xsl/docbook/html/make.year.ranges.html
-share/doc/xsl/docbook/html/manifest.html
-share/doc/xsl/docbook/html/manifest.in.base.dir.html
-share/doc/xsl/docbook/html/manual.toc.html
-share/doc/xsl/docbook/html/menuchoice.menu.separator.html
-share/doc/xsl/docbook/html/menuchoice.separator.html
-share/doc/xsl/docbook/html/navig.graphics.extension.html
-share/doc/xsl/docbook/html/navig.graphics.html
-share/doc/xsl/docbook/html/navig.graphics.path.html
-share/doc/xsl/docbook/html/navig.showtitles.html
-share/doc/xsl/docbook/html/nominal.image.depth.html
-share/doc/xsl/docbook/html/nominal.image.width.html
-share/doc/xsl/docbook/html/nominal.table.width.html
-share/doc/xsl/docbook/html/olink.base.uri.html
-share/doc/xsl/docbook/html/olink.debug.html
-share/doc/xsl/docbook/html/olink.doctitle.html
-share/doc/xsl/docbook/html/olink.fragid.html
-share/doc/xsl/docbook/html/olink.lang.fallback.sequence.html
-share/doc/xsl/docbook/html/olink.outline.ext.html
-share/doc/xsl/docbook/html/olink.properties.html
-share/doc/xsl/docbook/html/olink.pubid.html
-share/doc/xsl/docbook/html/olink.resolver.html
-share/doc/xsl/docbook/html/olink.sysid.html
-share/doc/xsl/docbook/html/para.propagates.style.html
-share/doc/xsl/docbook/html/param.html
-share/doc/xsl/docbook/html/part.autolabel.html
-share/doc/xsl/docbook/html/phrase.propagates.style.html
-share/doc/xsl/docbook/html/pixels.per.inch.html
-share/doc/xsl/docbook/html/points.per.em.html
-share/doc/xsl/docbook/html/pr01.html
-share/doc/xsl/docbook/html/preface.autolabel.html
-share/doc/xsl/docbook/html/prefer.internal.olink.html
-share/doc/xsl/docbook/html/preferred.mediaobject.role.html
-share/doc/xsl/docbook/html/process.empty.source.toc.html
-share/doc/xsl/docbook/html/process.source.toc.html
-share/doc/xsl/docbook/html/profile.arch.html
-share/doc/xsl/docbook/html/profile.attribute.html
-share/doc/xsl/docbook/html/profile.condition.html
-share/doc/xsl/docbook/html/profile.conformance.html
-share/doc/xsl/docbook/html/profile.lang.html
-share/doc/xsl/docbook/html/profile.os.html
-share/doc/xsl/docbook/html/profile.revision.html
-share/doc/xsl/docbook/html/profile.revisionflag.html
-share/doc/xsl/docbook/html/profile.role.html
-share/doc/xsl/docbook/html/profile.security.html
-share/doc/xsl/docbook/html/profile.separator.html
-share/doc/xsl/docbook/html/profile.userlevel.html
-share/doc/xsl/docbook/html/profile.value.html
-share/doc/xsl/docbook/html/profile.vendor.html
-share/doc/xsl/docbook/html/punct.honorific.html
-share/doc/xsl/docbook/html/qanda.defaultlabel.html
-share/doc/xsl/docbook/html/qanda.inherit.numeration.html
-share/doc/xsl/docbook/html/qandadiv.autolabel.html
-share/doc/xsl/docbook/html/refentry.generate.name.html
-share/doc/xsl/docbook/html/refentry.generate.title.html
-share/doc/xsl/docbook/html/refentry.separator.html
-share/doc/xsl/docbook/html/refentry.xref.manvolnum.html
-share/doc/xsl/docbook/html/rn01.html
-share/doc/xsl/docbook/html/rn02.html
-share/doc/xsl/docbook/html/rn03.html
-share/doc/xsl/docbook/html/rn04.html
-share/doc/xsl/docbook/html/rn05.html
-share/doc/xsl/docbook/html/rn06.html
-share/doc/xsl/docbook/html/rn07.html
-share/doc/xsl/docbook/html/rn08.html
-share/doc/xsl/docbook/html/rn09.html
-share/doc/xsl/docbook/html/rn10.html
-share/doc/xsl/docbook/html/rn11.html
-share/doc/xsl/docbook/html/rn12.html
-share/doc/xsl/docbook/html/rn13.html
-share/doc/xsl/docbook/html/rn14.html
-share/doc/xsl/docbook/html/rn15.html
-share/doc/xsl/docbook/html/rn16.html
-share/doc/xsl/docbook/html/rn17.html
-share/doc/xsl/docbook/html/rn18.html
-share/doc/xsl/docbook/html/rn19.html
-share/doc/xsl/docbook/html/rn20.html
-share/doc/xsl/docbook/html/rn21.html
-share/doc/xsl/docbook/html/rn22.html
-share/doc/xsl/docbook/html/root.filename.html
-share/doc/xsl/docbook/html/rootid.html
-share/doc/xsl/docbook/html/runinhead.default.title.end.punct.html
-share/doc/xsl/docbook/html/runinhead.title.end.punct.html
-share/doc/xsl/docbook/html/saxon.character.representation.html
-share/doc/xsl/docbook/html/section.autolabel.html
-share/doc/xsl/docbook/html/section.autolabel.max.depth.html
-share/doc/xsl/docbook/html/section.label.includes.component.label.html
-share/doc/xsl/docbook/html/segmentedlist.as.table.html
-share/doc/xsl/docbook/html/shade.verbatim.html
-share/doc/xsl/docbook/html/shade.verbatim.style.html
-share/doc/xsl/docbook/html/show.comments.html
-share/doc/xsl/docbook/html/show.revisionflag.html
-share/doc/xsl/docbook/html/simplesect.in.toc.html
-share/doc/xsl/docbook/html/spacing.paras.html
-share/doc/xsl/docbook/html/suppress.footer.navigation.html
-share/doc/xsl/docbook/html/suppress.header.navigation.html
-share/doc/xsl/docbook/html/suppress.navigation.html
-share/doc/xsl/docbook/html/table.borders.with.css.html
-share/doc/xsl/docbook/html/table.cell.border.color.html
-share/doc/xsl/docbook/html/table.cell.border.style.html
-share/doc/xsl/docbook/html/table.cell.border.thickness.html
-share/doc/xsl/docbook/html/table.footnote.number.format.html
-share/doc/xsl/docbook/html/table.footnote.number.symbols.html
-share/doc/xsl/docbook/html/table.frame.border.color.html
-share/doc/xsl/docbook/html/table.frame.border.style.html
-share/doc/xsl/docbook/html/table.frame.border.thickness.html
-share/doc/xsl/docbook/html/tablecolumns.extension.html
-share/doc/xsl/docbook/html/target.database.document.html
-share/doc/xsl/docbook/html/targets.filename.html
-share/doc/xsl/docbook/html/tex.math.delims.html
-share/doc/xsl/docbook/html/tex.math.file.html
-share/doc/xsl/docbook/html/tex.math.in.alt.html
-share/doc/xsl/docbook/html/textdata.default.encoding.html
-share/doc/xsl/docbook/html/textinsert.extension.html
-share/doc/xsl/docbook/html/toc.list.type.html
-share/doc/xsl/docbook/html/toc.max.depth.html
-share/doc/xsl/docbook/html/toc.section.depth.html
-share/doc/xsl/docbook/html/ulink.target.html
-share/doc/xsl/docbook/html/use.embed.for.svg.html
-share/doc/xsl/docbook/html/use.extensions.html
-share/doc/xsl/docbook/html/use.id.as.filename.html
-share/doc/xsl/docbook/html/use.local.olink.style.html
-share/doc/xsl/docbook/html/use.role.as.xrefstyle.html
-share/doc/xsl/docbook/html/use.role.for.mediaobject.html
-share/doc/xsl/docbook/html/use.svg.html
-share/doc/xsl/docbook/html/variablelist.as.table.html
-share/doc/xsl/docbook/html/xref.label-page.separator.html
-share/doc/xsl/docbook/html/xref.label-title.separator.html
-share/doc/xsl/docbook/html/xref.title-page.separator.html
-share/doc/xsl/docbook/html/xref.with.number.and.title.html
-share/doc/xsl/docbook/htmlhelp.html
-share/doc/xsl/docbook/index.html
-share/doc/xsl/docbook/jrefhtml.xsl
-share/doc/xsl/docbook/lib/
-share/doc/xsl/docbook/lib/ChangeLog
-share/doc/xsl/docbook/lib/lib.html
-share/doc/xsl/docbook/pi/
-share/doc/xsl/docbook/pi/ChangeLog
-share/doc/xsl/docbook/pi/dbhtml.dir.html
-share/doc/xsl/docbook/pi/dbhtml.filename.html
-share/doc/xsl/docbook/pi/index.html
-share/doc/xsl/docbook/pi/pi.html
-share/doc/xsl/docbook/pi/pr01.html
-share/doc/xsl/docbook/pi/rn01.html
-share/doc/xsl/docbook/pi/rn02.html
-share/doc/xsl/docbook/pi/rn02re03.html
-share/doc/xsl/docbook/pr01.html
-share/doc/xsl/docbook/publishing.html
-share/doc/xsl/docbook/ref.css
-share/doc/xsl/docbook/reference.css
-share/doc/xsl/docbook/reference.html
-share/doc/xsl/docbook/reference.xsl
-share/doc/xsl/docbook/template/
-share/doc/xsl/docbook/template/ChangeLog
-share/doc/xsl/docbook/template/titlepage.html
-share/doc/xsl/docbook/warranty.html
+share/libxml2/docbook-xsl.spec
+@tag libxml2/rebuild
share/xsl/
share/xsl/docbook/
-share/xsl/docbook/VERSION
+share/xsl/docbook/VERSION.xsl
share/xsl/docbook/catalog.xml
share/xsl/docbook/common/
-share/xsl/docbook/common/ChangeLog
+share/xsl/docbook/common/addns.xsl
share/xsl/docbook/common/af.xml
+share/xsl/docbook/common/am.xml
share/xsl/docbook/common/ar.xml
-share/xsl/docbook/common/autoidx-ng.xsl
+share/xsl/docbook/common/as.xml
+share/xsl/docbook/common/ast.xml
+share/xsl/docbook/common/autoidx-kimber.xsl
+share/xsl/docbook/common/autoidx-kosek.xsl
+share/xsl/docbook/common/az.xml
share/xsl/docbook/common/bg.xml
share/xsl/docbook/common/bn.xml
+share/xsl/docbook/common/bn_in.xml
share/xsl/docbook/common/bs.xml
+share/xsl/docbook/common/build.xml
share/xsl/docbook/common/ca.xml
+share/xsl/docbook/common/charmap.xml
+share/xsl/docbook/common/charmap.xsl
+share/xsl/docbook/common/common.xml
share/xsl/docbook/common/common.xsl
share/xsl/docbook/common/cs.xml
+share/xsl/docbook/common/cy.xml
share/xsl/docbook/common/da.xml
share/xsl/docbook/common/de.xml
share/xsl/docbook/common/el.xml
share/xsl/docbook/common/en.xml
+share/xsl/docbook/common/entities.ent
+share/xsl/docbook/common/eo.xml
share/xsl/docbook/common/es.xml
share/xsl/docbook/common/et.xml
share/xsl/docbook/common/eu.xml
share/xsl/docbook/common/fa.xml
share/xsl/docbook/common/fi.xml
share/xsl/docbook/common/fr.xml
+share/xsl/docbook/common/ga.xml
share/xsl/docbook/common/gentext.xsl
+share/xsl/docbook/common/gl.xml
+share/xsl/docbook/common/gu.xml
share/xsl/docbook/common/he.xml
+share/xsl/docbook/common/hi.xml
share/xsl/docbook/common/hr.xml
share/xsl/docbook/common/hu.xml
share/xsl/docbook/common/id.xml
+share/xsl/docbook/common/insertfile.xsl
+share/xsl/docbook/common/is.xml
share/xsl/docbook/common/it.xml
share/xsl/docbook/common/ja.xml
+share/xsl/docbook/common/ka.xml
+share/xsl/docbook/common/kn.xml
share/xsl/docbook/common/ko.xml
+share/xsl/docbook/common/ky.xml
share/xsl/docbook/common/l10n.dtd
share/xsl/docbook/common/l10n.xml
share/xsl/docbook/common/l10n.xsl
share/xsl/docbook/common/la.xml
share/xsl/docbook/common/labels.xsl
share/xsl/docbook/common/lt.xml
+share/xsl/docbook/common/lv.xml
+share/xsl/docbook/common/ml.xml
+share/xsl/docbook/common/mn.xml
+share/xsl/docbook/common/mr.xml
+share/xsl/docbook/common/nb.xml
+share/xsl/docbook/common/nds.xml
share/xsl/docbook/common/nl.xml
share/xsl/docbook/common/nn.xml
-share/xsl/docbook/common/no.xml
share/xsl/docbook/common/olink.xsl
+share/xsl/docbook/common/or.xml
+share/xsl/docbook/common/pa.xml
+share/xsl/docbook/common/pi.xml
share/xsl/docbook/common/pi.xsl
share/xsl/docbook/common/pl.xml
share/xsl/docbook/common/pt.xml
share/xsl/docbook/common/pt_br.xml
+share/xsl/docbook/common/refentry.xml
+share/xsl/docbook/common/refentry.xsl
share/xsl/docbook/common/ro.xml
share/xsl/docbook/common/ru.xml
share/xsl/docbook/common/sk.xml
share/xsl/docbook/common/sl.xml
+share/xsl/docbook/common/sq.xml
share/xsl/docbook/common/sr.xml
share/xsl/docbook/common/sr_Latn.xml
+share/xsl/docbook/common/stripns.xsl
share/xsl/docbook/common/subtitles.xsl
share/xsl/docbook/common/sv.xml
+share/xsl/docbook/common/ta.xml
share/xsl/docbook/common/table.xsl
share/xsl/docbook/common/targetdatabase.dtd
share/xsl/docbook/common/targets.xsl
+share/xsl/docbook/common/te.xml
share/xsl/docbook/common/th.xml
share/xsl/docbook/common/titles.xsl
+share/xsl/docbook/common/tl.xml
share/xsl/docbook/common/tr.xml
share/xsl/docbook/common/uk.xml
+share/xsl/docbook/common/ur.xml
+share/xsl/docbook/common/utility.xml
+share/xsl/docbook/common/utility.xsl
share/xsl/docbook/common/vi.xml
share/xsl/docbook/common/xh.xml
+share/xsl/docbook/common/zh.xml
share/xsl/docbook/common/zh_cn.xml
share/xsl/docbook/common/zh_tw.xml
share/xsl/docbook/extensions/
-share/xsl/docbook/extensions/ChangeLog
+share/xsl/docbook/extensions/LICENSE.txt
+share/xsl/docbook/extensions/NOTICE.txt
+share/xsl/docbook/extensions/README.LIBXSLT
+share/xsl/docbook/extensions/README.txt
share/xsl/docbook/extensions/build.xml
-share/xsl/docbook/extensions/saxon643/
-share/xsl/docbook/extensions/saxon643.jar
-share/xsl/docbook/extensions/saxon643/ChangeLog
-share/xsl/docbook/extensions/saxon643/com/
-share/xsl/docbook/extensions/saxon643/com/nwalsh/
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/CVS.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Callout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/CalloutEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/ChangeLog
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/ColumnScanEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/ColumnUpdateEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/CopyEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/FormatCallout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/FormatGraphicCallout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/FormatTextCallout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/FormatUnicodeCallout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/ImageIntrinsics.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/LineCountEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/NumberLinesEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Table.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Text.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/TextFactory.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/UnwrapLinks.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/UnwrapLinksEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Verbatim.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Windows1252.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/package.html
-share/xsl/docbook/extensions/saxon644.jar
+share/xsl/docbook/extensions/docbook.py
+share/xsl/docbook/extensions/lucene-analyzers-3.0.0.jar
+share/xsl/docbook/extensions/lucene-core-3.0.0.jar
share/xsl/docbook/extensions/saxon65.jar
-share/xsl/docbook/extensions/saxon651.jar
-share/xsl/docbook/extensions/saxon652.jar
-share/xsl/docbook/extensions/saxon653.jar
-share/xsl/docbook/extensions/xalan2/
-share/xsl/docbook/extensions/xalan2/ChangeLog
-share/xsl/docbook/extensions/xalan2/com/
-share/xsl/docbook/extensions/xalan2/com/nwalsh/
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/CVS.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Callout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/ChangeLog
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatDingbatCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatGraphicCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatTextCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatUnicodeCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Func.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/ImageIntrinsics.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Params.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Table.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Text.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Verbatim.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/package.html
-share/xsl/docbook/extensions/xalan25.jar
+share/xsl/docbook/extensions/tagsoup-1.2.1.jar
+share/xsl/docbook/extensions/webhelpindexer.jar
+share/xsl/docbook/extensions/xalan27.jar
+share/xsl/docbook/extensions/xslt.py
share/xsl/docbook/fo/
-share/xsl/docbook/fo/ChangeLog
share/xsl/docbook/fo/admon.xsl
+share/xsl/docbook/fo/annotations.xsl
+share/xsl/docbook/fo/autoidx-kimber.xsl
+share/xsl/docbook/fo/autoidx-kosek.xsl
share/xsl/docbook/fo/autoidx-ng.xsl
share/xsl/docbook/fo/autoidx.xsl
share/xsl/docbook/fo/autotoc.xsl
share/xsl/docbook/fo/axf.xsl
+share/xsl/docbook/fo/biblio-iso690.xsl
share/xsl/docbook/fo/biblio.xsl
share/xsl/docbook/fo/block.xsl
+share/xsl/docbook/fo/build.xml
share/xsl/docbook/fo/callout.xsl
share/xsl/docbook/fo/component.xsl
share/xsl/docbook/fo/division.xsl
share/xsl/docbook/fo/docbook.xsl
-share/xsl/docbook/fo/docbookng.xsl
share/xsl/docbook/fo/ebnf.xsl
-share/xsl/docbook/fo/fo-patch-for-fop.xsl
share/xsl/docbook/fo/fo-rtf.xsl
share/xsl/docbook/fo/fo.xsl
share/xsl/docbook/fo/footnote.xsl
share/xsl/docbook/fo/fop.xsl
+share/xsl/docbook/fo/fop1.xsl
share/xsl/docbook/fo/formal.xsl
share/xsl/docbook/fo/glossary.xsl
share/xsl/docbook/fo/graphics.xsl
+share/xsl/docbook/fo/highlight.xsl
share/xsl/docbook/fo/htmltbl.xsl
share/xsl/docbook/fo/index.xsl
share/xsl/docbook/fo/info.xsl
@@ -802,18 +158,21 @@ share/xsl/docbook/fo/keywords.xsl
share/xsl/docbook/fo/lists.xsl
share/xsl/docbook/fo/math.xsl
share/xsl/docbook/fo/pagesetup.xsl
-share/xsl/docbook/fo/param.ent
share/xsl/docbook/fo/param.xml
share/xsl/docbook/fo/param.xsl
-share/xsl/docbook/fo/param.xweb
share/xsl/docbook/fo/passivetex.xsl
share/xsl/docbook/fo/pdf2index
+share/xsl/docbook/fo/pi.xml
share/xsl/docbook/fo/pi.xsl
share/xsl/docbook/fo/profile-docbook.xsl
+share/xsl/docbook/fo/ptc.xsl
+share/xsl/docbook/fo/publishers.xsl
share/xsl/docbook/fo/qandaset.xsl
share/xsl/docbook/fo/refentry.xsl
share/xsl/docbook/fo/sections.xsl
+share/xsl/docbook/fo/spaces.xsl
share/xsl/docbook/fo/synop.xsl
+share/xsl/docbook/fo/table.xml
share/xsl/docbook/fo/table.xsl
share/xsl/docbook/fo/task.xsl
share/xsl/docbook/fo/titlepage.templates.xml
@@ -824,15 +183,20 @@ share/xsl/docbook/fo/verbatim.xsl
share/xsl/docbook/fo/xep.xsl
share/xsl/docbook/fo/xref.xsl
share/xsl/docbook/html/
-share/xsl/docbook/html/ChangeLog
share/xsl/docbook/html/admon.xsl
+share/xsl/docbook/html/annotations.xsl
+share/xsl/docbook/html/autoidx-kimber.xsl
+share/xsl/docbook/html/autoidx-kosek.xsl
share/xsl/docbook/html/autoidx-ng.xsl
share/xsl/docbook/html/autoidx.xsl
share/xsl/docbook/html/autotoc.xsl
+share/xsl/docbook/html/biblio-iso690.xsl
share/xsl/docbook/html/biblio.xsl
share/xsl/docbook/html/block.xsl
+share/xsl/docbook/html/build.xml
share/xsl/docbook/html/callout.xsl
share/xsl/docbook/html/changebars.xsl
+share/xsl/docbook/html/chunk-changebars.xsl
share/xsl/docbook/html/chunk-code.xsl
share/xsl/docbook/html/chunk-common.xsl
share/xsl/docbook/html/chunk.xsl
@@ -841,19 +205,21 @@ share/xsl/docbook/html/chunkfast.xsl
share/xsl/docbook/html/chunktoc.xsl
share/xsl/docbook/html/component.xsl
share/xsl/docbook/html/division.xsl
+share/xsl/docbook/html/docbook.css.xml
share/xsl/docbook/html/docbook.xsl
-share/xsl/docbook/html/docbookng.xsl
share/xsl/docbook/html/ebnf.xsl
share/xsl/docbook/html/footnote.xsl
share/xsl/docbook/html/formal.xsl
share/xsl/docbook/html/glossary.xsl
share/xsl/docbook/html/graphics.xsl
+share/xsl/docbook/html/highlight.xsl
share/xsl/docbook/html/html-rtf.xsl
share/xsl/docbook/html/html.xsl
share/xsl/docbook/html/htmltbl.xsl
share/xsl/docbook/html/index.xsl
share/xsl/docbook/html/info.xsl
share/xsl/docbook/html/inline.xsl
+share/xsl/docbook/html/its.xsl
share/xsl/docbook/html/keywords.xsl
share/xsl/docbook/html/lists.xsl
share/xsl/docbook/html/maketoc.xsl
@@ -861,15 +227,15 @@ share/xsl/docbook/html/manifest.xsl
share/xsl/docbook/html/math.xsl
share/xsl/docbook/html/oldchunker.xsl
share/xsl/docbook/html/onechunk.xsl
-share/xsl/docbook/html/param.ent
share/xsl/docbook/html/param.xml
share/xsl/docbook/html/param.xsl
-share/xsl/docbook/html/param.xweb
+share/xsl/docbook/html/pi.xml
share/xsl/docbook/html/pi.xsl
share/xsl/docbook/html/profile-chunk-code.xsl
share/xsl/docbook/html/profile-chunk.xsl
share/xsl/docbook/html/profile-docbook.xsl
share/xsl/docbook/html/profile-onechunk.xsl
+share/xsl/docbook/html/publishers.xsl
share/xsl/docbook/html/qandaset.xsl
share/xsl/docbook/html/refentry.xsl
share/xsl/docbook/html/sections.xsl
@@ -883,51 +249,92 @@ share/xsl/docbook/html/toc.xsl
share/xsl/docbook/html/verbatim.xsl
share/xsl/docbook/html/xref.xsl
share/xsl/docbook/htmlhelp/
-share/xsl/docbook/htmlhelp/ChangeLog
+share/xsl/docbook/htmlhelp/build.xml
share/xsl/docbook/htmlhelp/htmlhelp-common.xsl
share/xsl/docbook/htmlhelp/htmlhelp.xsl
share/xsl/docbook/htmlhelp/profile-htmlhelp-common.xsl
share/xsl/docbook/htmlhelp/profile-htmlhelp.xsl
share/xsl/docbook/images/
-share/xsl/docbook/images/ChangeLog
+share/xsl/docbook/images/annot-close.png
+share/xsl/docbook/images/annot-open.png
share/xsl/docbook/images/blank.png
share/xsl/docbook/images/callouts/
share/xsl/docbook/images/callouts/1.gif
share/xsl/docbook/images/callouts/1.png
+share/xsl/docbook/images/callouts/1.svg
share/xsl/docbook/images/callouts/10.gif
share/xsl/docbook/images/callouts/10.png
+share/xsl/docbook/images/callouts/10.svg
share/xsl/docbook/images/callouts/11.gif
share/xsl/docbook/images/callouts/11.png
+share/xsl/docbook/images/callouts/11.svg
share/xsl/docbook/images/callouts/12.gif
share/xsl/docbook/images/callouts/12.png
+share/xsl/docbook/images/callouts/12.svg
share/xsl/docbook/images/callouts/13.gif
share/xsl/docbook/images/callouts/13.png
+share/xsl/docbook/images/callouts/13.svg
share/xsl/docbook/images/callouts/14.gif
share/xsl/docbook/images/callouts/14.png
+share/xsl/docbook/images/callouts/14.svg
share/xsl/docbook/images/callouts/15.gif
share/xsl/docbook/images/callouts/15.png
+share/xsl/docbook/images/callouts/15.svg
+share/xsl/docbook/images/callouts/16.svg
+share/xsl/docbook/images/callouts/17.svg
+share/xsl/docbook/images/callouts/18.svg
+share/xsl/docbook/images/callouts/19.svg
share/xsl/docbook/images/callouts/2.gif
share/xsl/docbook/images/callouts/2.png
+share/xsl/docbook/images/callouts/2.svg
+share/xsl/docbook/images/callouts/20.svg
+share/xsl/docbook/images/callouts/21.svg
+share/xsl/docbook/images/callouts/22.svg
+share/xsl/docbook/images/callouts/23.svg
+share/xsl/docbook/images/callouts/24.svg
+share/xsl/docbook/images/callouts/25.svg
+share/xsl/docbook/images/callouts/26.svg
+share/xsl/docbook/images/callouts/27.svg
+share/xsl/docbook/images/callouts/28.svg
+share/xsl/docbook/images/callouts/29.svg
share/xsl/docbook/images/callouts/3.gif
share/xsl/docbook/images/callouts/3.png
+share/xsl/docbook/images/callouts/3.svg
+share/xsl/docbook/images/callouts/30.svg
share/xsl/docbook/images/callouts/4.gif
share/xsl/docbook/images/callouts/4.png
+share/xsl/docbook/images/callouts/4.svg
share/xsl/docbook/images/callouts/5.gif
share/xsl/docbook/images/callouts/5.png
+share/xsl/docbook/images/callouts/5.svg
share/xsl/docbook/images/callouts/6.gif
share/xsl/docbook/images/callouts/6.png
+share/xsl/docbook/images/callouts/6.svg
share/xsl/docbook/images/callouts/7.gif
share/xsl/docbook/images/callouts/7.png
+share/xsl/docbook/images/callouts/7.svg
share/xsl/docbook/images/callouts/8.gif
share/xsl/docbook/images/callouts/8.png
+share/xsl/docbook/images/callouts/8.svg
share/xsl/docbook/images/callouts/9.gif
share/xsl/docbook/images/callouts/9.png
-share/xsl/docbook/images/callouts/ChangeLog
+share/xsl/docbook/images/callouts/9.svg
share/xsl/docbook/images/caution.gif
share/xsl/docbook/images/caution.png
share/xsl/docbook/images/caution.svg
share/xsl/docbook/images/caution.tif
+share/xsl/docbook/images/colorsvg/
+share/xsl/docbook/images/colorsvg/caution.svg
+share/xsl/docbook/images/colorsvg/home.svg
+share/xsl/docbook/images/colorsvg/important.svg
+share/xsl/docbook/images/colorsvg/next.svg
+share/xsl/docbook/images/colorsvg/note.svg
+share/xsl/docbook/images/colorsvg/prev.svg
+share/xsl/docbook/images/colorsvg/tip.svg
+share/xsl/docbook/images/colorsvg/up.svg
+share/xsl/docbook/images/colorsvg/warning.svg
share/xsl/docbook/images/draft.png
+share/xsl/docbook/images/draft.svg
share/xsl/docbook/images/home.gif
share/xsl/docbook/images/home.png
share/xsl/docbook/images/home.svg
@@ -960,24 +367,41 @@ share/xsl/docbook/images/warning.png
share/xsl/docbook/images/warning.svg
share/xsl/docbook/images/warning.tif
share/xsl/docbook/javahelp/
-share/xsl/docbook/javahelp/ChangeLog
+share/xsl/docbook/javahelp/build.xml
share/xsl/docbook/javahelp/javahelp.xsl
share/xsl/docbook/javahelp/profile-javahelp.xsl
share/xsl/docbook/lib/
-share/xsl/docbook/lib/ChangeLog
-share/xsl/docbook/lib/lib.xml
+share/xsl/docbook/lib/build.xml
share/xsl/docbook/lib/lib.xsl
-share/xsl/docbook/lib/lib.xweb
share/xsl/docbook/manpages/
-share/xsl/docbook/manpages/ChangeLog
-share/xsl/docbook/manpages/README
+share/xsl/docbook/manpages/ChangeLog.20020917
+share/xsl/docbook/manpages/block.xsl
+share/xsl/docbook/manpages/build.xml
+share/xsl/docbook/manpages/charmap.groff.xsl
share/xsl/docbook/manpages/docbook.xsl
+share/xsl/docbook/manpages/endnotes.xsl
+share/xsl/docbook/manpages/html-synop.xsl
+share/xsl/docbook/manpages/info.xsl
+share/xsl/docbook/manpages/inline.xsl
share/xsl/docbook/manpages/lists.xsl
-share/xsl/docbook/manpages/sect23.xsl
+share/xsl/docbook/manpages/other.xsl
+share/xsl/docbook/manpages/param.xml
+share/xsl/docbook/manpages/param.xsl
+share/xsl/docbook/manpages/pi.xml
+share/xsl/docbook/manpages/pi.xsl
+share/xsl/docbook/manpages/profile-docbook.xsl
+share/xsl/docbook/manpages/refentry.xsl
share/xsl/docbook/manpages/synop.xsl
-share/xsl/docbook/manpages/xref.xsl
+share/xsl/docbook/manpages/table.xsl
+share/xsl/docbook/manpages/tbl.xsl
+share/xsl/docbook/manpages/utility.xsl
share/xsl/docbook/params/
-share/xsl/docbook/params/ChangeLog
+share/xsl/docbook/params/abstract.notitle.enabled.xml
+share/xsl/docbook/params/abstract.properties.xml
+share/xsl/docbook/params/abstract.title.properties.xml
+share/xsl/docbook/params/activate.external.olinks.xml
+share/xsl/docbook/params/active.toc.xml
+share/xsl/docbook/params/ade.extensions.xml
share/xsl/docbook/params/admon.graphics.extension.xml
share/xsl/docbook/params/admon.graphics.path.xml
share/xsl/docbook/params/admon.graphics.xml
@@ -987,44 +411,68 @@ share/xsl/docbook/params/admonition.prop
share/xsl/docbook/params/admonition.title.properties.xml
share/xsl/docbook/params/alignment.xml
share/xsl/docbook/params/annotate.toc.xml
+share/xsl/docbook/params/annotation.css.xml
+share/xsl/docbook/params/annotation.graphic.close.xml
+share/xsl/docbook/params/annotation.graphic.open.xml
+share/xsl/docbook/params/annotation.js.xml
+share/xsl/docbook/params/annotation.support.xml
share/xsl/docbook/params/appendix.autolabel.xml
share/xsl/docbook/params/arbortext.extensions.xml
share/xsl/docbook/params/article.appendix.title.properties.xml
share/xsl/docbook/params/author.othername.in.middle.xml
+share/xsl/docbook/params/autolayout-file.xml
+share/xsl/docbook/params/autolink.index.see.xml
+share/xsl/docbook/params/autotoc.label.in.hyperlink.xml
share/xsl/docbook/params/autotoc.label.separator.xml
share/xsl/docbook/params/axf.extensions.xml
+share/xsl/docbook/params/banner.before.navigation.xml
share/xsl/docbook/params/base.dir.xml
share/xsl/docbook/params/biblioentry.item.separator.xml
+share/xsl/docbook/params/biblioentry.properties.xml
share/xsl/docbook/params/bibliography.collection.xml
share/xsl/docbook/params/bibliography.numbered.xml
+share/xsl/docbook/params/bibliography.style.xml
share/xsl/docbook/params/blockquote.properties.xml
+share/xsl/docbook/params/blurb.on.titlepage.enabled.xml
+share/xsl/docbook/params/body.attributes.xml
+share/xsl/docbook/params/body.bg.color.xml
share/xsl/docbook/params/body.end.indent.xml
share/xsl/docbook/params/body.font.family.xml
share/xsl/docbook/params/body.font.master.xml
share/xsl/docbook/params/body.font.size.xml
share/xsl/docbook/params/body.margin.bottom.xml
+share/xsl/docbook/params/body.margin.inner.xml
+share/xsl/docbook/params/body.margin.outer.xml
share/xsl/docbook/params/body.margin.top.xml
share/xsl/docbook/params/body.start.indent.xml
+share/xsl/docbook/params/bookmarks.collapse.xml
share/xsl/docbook/params/bridgehead.in.toc.xml
+share/xsl/docbook/params/bullet.image.xml
share/xsl/docbook/params/callout.defaultcolumn.xml
share/xsl/docbook/params/callout.graphics.extension.xml
share/xsl/docbook/params/callout.graphics.number.limit.xml
share/xsl/docbook/params/callout.graphics.path.xml
share/xsl/docbook/params/callout.graphics.xml
+share/xsl/docbook/params/callout.icon.size.xml
share/xsl/docbook/params/callout.list.table.xml
+share/xsl/docbook/params/callout.properties.xml
share/xsl/docbook/params/callout.unicode.font.xml
share/xsl/docbook/params/callout.unicode.number.limit.xml
share/xsl/docbook/params/callout.unicode.start.character.xml
share/xsl/docbook/params/callout.unicode.xml
+share/xsl/docbook/params/calloutlist.properties.xml
share/xsl/docbook/params/callouts.extension.xml
share/xsl/docbook/params/chapter.autolabel.xml
+share/xsl/docbook/params/chunk.append.xml
share/xsl/docbook/params/chunk.first.sections.xml
share/xsl/docbook/params/chunk.quietly.xml
share/xsl/docbook/params/chunk.section.depth.xml
share/xsl/docbook/params/chunk.sections.xml
share/xsl/docbook/params/chunk.separate.lots.xml
share/xsl/docbook/params/chunk.toc.xml
+share/xsl/docbook/params/chunk.tocs.and.lots.has.title.xml
share/xsl/docbook/params/chunk.tocs.and.lots.xml
+share/xsl/docbook/params/chunked.filename.prefix.xml
share/xsl/docbook/params/chunker.output.cdata-section-elements.xml
share/xsl/docbook/params/chunker.output.doctype-public.xml
share/xsl/docbook/params/chunker.output.doctype-system.xml
@@ -1051,16 +499,36 @@ share/xsl/docbook/params/column.gap.titl
share/xsl/docbook/params/compact.list.item.spacing.xml
share/xsl/docbook/params/component.label.includes.part.label.xml
share/xsl/docbook/params/component.title.properties.xml
+share/xsl/docbook/params/component.titlepage.properties.xml
+share/xsl/docbook/params/contrib.inline.enabled.xml
+share/xsl/docbook/params/crop.mark.bleed.xml
+share/xsl/docbook/params/crop.mark.offset.xml
+share/xsl/docbook/params/crop.mark.width.xml
+share/xsl/docbook/params/crop.marks.xml
share/xsl/docbook/params/css.decoration.xml
+share/xsl/docbook/params/css.stylesheet.dir.xml
+share/xsl/docbook/params/css.stylesheet.xml
share/xsl/docbook/params/current.docid.xml
+share/xsl/docbook/params/currentpage.marker.xml
+share/xsl/docbook/params/custom.css.source.xml
share/xsl/docbook/params/default.float.class.xml
share/xsl/docbook/params/default.image.width.xml
+share/xsl/docbook/params/default.table.frame.xml
+share/xsl/docbook/params/default.table.rules.xml
share/xsl/docbook/params/default.table.width.xml
share/xsl/docbook/params/default.units.xml
+share/xsl/docbook/params/dialogue.properties.xml
share/xsl/docbook/params/dingbat.font.family.xml
+share/xsl/docbook/params/disable.collapsible.xml
+share/xsl/docbook/params/disable.incremental.xml
+share/xsl/docbook/params/docbook.css.link.xml
+share/xsl/docbook/params/docbook.css.source.xml
share/xsl/docbook/params/double.sided.xml
share/xsl/docbook/params/draft.mode.xml
share/xsl/docbook/params/draft.watermark.image.xml
+share/xsl/docbook/params/drama.properties.xml
+share/xsl/docbook/params/dry-run.xml
+share/xsl/docbook/params/dynamic.toc.xml
share/xsl/docbook/params/ebnf.assignment.xml
share/xsl/docbook/params/ebnf.statement.terminator.xml
share/xsl/docbook/params/ebnf.table.bgcolor.xml
@@ -1069,15 +537,42 @@ share/xsl/docbook/params/eclipse.autolab
share/xsl/docbook/params/eclipse.plugin.id.xml
share/xsl/docbook/params/eclipse.plugin.name.xml
share/xsl/docbook/params/eclipse.plugin.provider.xml
+share/xsl/docbook/params/editedby.enabled.xml
+share/xsl/docbook/params/email.delimiters.enabled.xml
+share/xsl/docbook/params/email.mailto.enabled.xml
share/xsl/docbook/params/emphasis.propagates.style.xml
share/xsl/docbook/params/entry.propagates.style.xml
+share/xsl/docbook/params/epub.autolabel.xml
+share/xsl/docbook/params/equation.number.properties.xml
share/xsl/docbook/params/equation.properties.xml
share/xsl/docbook/params/example.properties.xml
+share/xsl/docbook/params/exsl.node.set.available.xml
+share/xsl/docbook/params/feedback.href.xml
+share/xsl/docbook/params/feedback.link.text.xml
+share/xsl/docbook/params/feedback.with.ids.xml
share/xsl/docbook/params/figure.properties.xml
+share/xsl/docbook/params/filename-prefix.xml
share/xsl/docbook/params/firstterm.only.link.xml
+share/xsl/docbook/params/foil.footer.properties.xml
+share/xsl/docbook/params/foil.header.properties.xml
+share/xsl/docbook/params/foil.master.properties.xml
+share/xsl/docbook/params/foil.page-sequence.properties.xml
+share/xsl/docbook/params/foil.properties.xml
+share/xsl/docbook/params/foil.region-after.properties.xml
+share/xsl/docbook/params/foil.region-before.properties.xml
+share/xsl/docbook/params/foil.region-body.properties.xml
+share/xsl/docbook/params/foil.subtitle.properties.xml
+share/xsl/docbook/params/foil.title.master.xml
+share/xsl/docbook/params/foil.title.properties.xml
+share/xsl/docbook/params/foil.title.size.xml
+share/xsl/docbook/params/foilgroup.properties.xml
+share/xsl/docbook/params/foilgroup.toc.xml
share/xsl/docbook/params/footer.column.widths.xml
share/xsl/docbook/params/footer.content.properties.xml
+share/xsl/docbook/params/footer.hr.xml
share/xsl/docbook/params/footer.rule.xml
+share/xsl/docbook/params/footer.table.height.xml
+share/xsl/docbook/params/footer.table.properties.xml
share/xsl/docbook/params/footers.on.blank.pages.xml
share/xsl/docbook/params/footnote.font.size.xml
share/xsl/docbook/params/footnote.mark.properties.xml
@@ -1086,43 +581,77 @@ share/xsl/docbook/params/footnote.number
share/xsl/docbook/params/footnote.properties.xml
share/xsl/docbook/params/footnote.sep.leader.properties.xml
share/xsl/docbook/params/fop.extensions.xml
+share/xsl/docbook/params/fop1.extensions.xml
+share/xsl/docbook/params/force.blank.pages.xml
share/xsl/docbook/params/formal.object.properties.xml
share/xsl/docbook/params/formal.procedures.xml
share/xsl/docbook/params/formal.title.placement.xml
share/xsl/docbook/params/formal.title.properties.xml
share/xsl/docbook/params/funcsynopsis.decoration.xml
share/xsl/docbook/params/funcsynopsis.style.xml
-share/xsl/docbook/params/funcsynopsis.tabular.threshold.xml
share/xsl/docbook/params/function.parens.xml
+share/xsl/docbook/params/generate.consistent.ids.xml
+share/xsl/docbook/params/generate.copyright.xml
+share/xsl/docbook/params/generate.css.header.xml
+share/xsl/docbook/params/generate.foilgroup.numbered.toc.xml
+share/xsl/docbook/params/generate.foilgroup.toc.xml
+share/xsl/docbook/params/generate.handoutnotes.xml
share/xsl/docbook/params/generate.id.attributes.xml
share/xsl/docbook/params/generate.index.xml
share/xsl/docbook/params/generate.legalnotice.link.xml
share/xsl/docbook/params/generate.manifest.xml
share/xsl/docbook/params/generate.meta.abstract.xml
+share/xsl/docbook/params/generate.page.number.xml
+share/xsl/docbook/params/generate.pubdate.xml
+share/xsl/docbook/params/generate.revhistory.link.xml
share/xsl/docbook/params/generate.section.toc.level.xml
+share/xsl/docbook/params/generate.speakernotes.xml
+share/xsl/docbook/params/generate.titlepage.xml
share/xsl/docbook/params/generate.toc.xml
share/xsl/docbook/params/glossary.as.blocks.xml
share/xsl/docbook/params/glossary.collection.xml
+share/xsl/docbook/params/glossary.sort.xml
+share/xsl/docbook/params/glossdef.block.properties.xml
+share/xsl/docbook/params/glossdef.list.properties.xml
+share/xsl/docbook/params/glossentry.list.item.properties.xml
share/xsl/docbook/params/glossentry.show.acronym.xml
share/xsl/docbook/params/glosslist.as.blocks.xml
share/xsl/docbook/params/glossterm.auto.link.xml
+share/xsl/docbook/params/glossterm.block.properties.xml
+share/xsl/docbook/params/glossterm.list.properties.xml
share/xsl/docbook/params/glossterm.separation.xml
share/xsl/docbook/params/glossterm.width.xml
share/xsl/docbook/params/graphic.default.extension.xml
share/xsl/docbook/params/graphical.admonition.properties.xml
+share/xsl/docbook/params/graphics.dir.xml
share/xsl/docbook/params/graphicsize.extension.xml
+share/xsl/docbook/params/graphicsize.use.img.src.path.xml
+share/xsl/docbook/params/handoutnotes.properties.xml
share/xsl/docbook/params/header.column.widths.xml
share/xsl/docbook/params/header.content.properties.xml
+share/xsl/docbook/params/header.hr.xml
share/xsl/docbook/params/header.rule.xml
+share/xsl/docbook/params/header.table.height.xml
+share/xsl/docbook/params/header.table.properties.xml
share/xsl/docbook/params/headers.on.blank.pages.xml
+share/xsl/docbook/params/hidetoc.image.xml
+share/xsl/docbook/params/highlight.default.language.xml
+share/xsl/docbook/params/highlight.source.xml
+share/xsl/docbook/params/highlight.xslthl.config.xml
+share/xsl/docbook/params/home.image.xml
+share/xsl/docbook/params/html.append.xml
share/xsl/docbook/params/html.base.xml
share/xsl/docbook/params/html.cellpadding.xml
share/xsl/docbook/params/html.cellspacing.xml
share/xsl/docbook/params/html.cleanup.xml
share/xsl/docbook/params/html.ext.xml
share/xsl/docbook/params/html.extra.head.links.xml
+share/xsl/docbook/params/html.head.legalnotice.link.multiple.xml
+share/xsl/docbook/params/html.head.legalnotice.link.types.xml
share/xsl/docbook/params/html.longdesc.link.xml
share/xsl/docbook/params/html.longdesc.xml
+share/xsl/docbook/params/html.script.type.xml
+share/xsl/docbook/params/html.script.xml
share/xsl/docbook/params/html.stylesheet.type.xml
share/xsl/docbook/params/html.stylesheet.xml
share/xsl/docbook/params/htmlhelp.alias.file.xml
@@ -1177,40 +706,113 @@ share/xsl/docbook/params/htmlhelp.window
share/xsl/docbook/params/hyphenate.verbatim.characters.xml
share/xsl/docbook/params/hyphenate.verbatim.xml
share/xsl/docbook/params/hyphenate.xml
+share/xsl/docbook/params/id.warnings.xml
share/xsl/docbook/params/ignore.image.scaling.xml
share/xsl/docbook/params/img.src.path.xml
share/xsl/docbook/params/index.div.title.properties.xml
share/xsl/docbook/params/index.entry.properties.xml
+share/xsl/docbook/params/index.links.to.section.xml
+share/xsl/docbook/params/index.method.xml
+share/xsl/docbook/params/index.number.separator.xml
share/xsl/docbook/params/index.on.role.xml
share/xsl/docbook/params/index.on.type.xml
+share/xsl/docbook/params/index.page.number.properties.xml
share/xsl/docbook/params/index.prefer.titleabbrev.xml
share/xsl/docbook/params/index.preferred.page.properties.xml
+share/xsl/docbook/params/index.range.separator.xml
+share/xsl/docbook/params/index.term.separator.xml
share/xsl/docbook/params/informal.object.properties.xml
share/xsl/docbook/params/informalequation.properties.xml
share/xsl/docbook/params/informalexample.properties.xml
share/xsl/docbook/params/informalfigure.properties.xml
share/xsl/docbook/params/informaltable.properties.xml
share/xsl/docbook/params/inherit.keywords.xml
+share/xsl/docbook/params/inlinestagedir.properties.xml
+share/xsl/docbook/params/inner.region.content.properties.xml
+share/xsl/docbook/params/insert.link.page.number.xml
share/xsl/docbook/params/insert.olink.page.number.xml
share/xsl/docbook/params/insert.olink.pdf.frag.xml
+share/xsl/docbook/params/insert.xref.page.number.para.xml
share/xsl/docbook/params/insert.xref.page.number.xml
+share/xsl/docbook/params/itemizedlist.label.properties.xml
+share/xsl/docbook/params/itemizedlist.label.width.xml
+share/xsl/docbook/params/itemizedlist.properties.xml
+share/xsl/docbook/params/javahelp.encoding.xml
+share/xsl/docbook/params/keep.relative.image.uris.xml
+share/xsl/docbook/params/keyboard.nav.xml
share/xsl/docbook/params/l10n.gentext.default.language.xml
share/xsl/docbook/params/l10n.gentext.language.xml
share/xsl/docbook/params/l10n.gentext.use.xref.language.xml
+share/xsl/docbook/params/l10n.lang.value.rfc.compliant.xml
share/xsl/docbook/params/label.from.part.xml
share/xsl/docbook/params/line-height.xml
+share/xsl/docbook/params/line.properties.xml
+share/xsl/docbook/params/linegroup.properties.xml
share/xsl/docbook/params/linenumbering.everyNth.xml
share/xsl/docbook/params/linenumbering.extension.xml
share/xsl/docbook/params/linenumbering.separator.xml
share/xsl/docbook/params/linenumbering.width.xml
share/xsl/docbook/params/link.mailto.url.xml
+share/xsl/docbook/params/link.to.self.for.mediaobject.xml
+share/xsl/docbook/params/list.block.properties.xml
share/xsl/docbook/params/list.block.spacing.xml
share/xsl/docbook/params/list.item.spacing.xml
+share/xsl/docbook/params/make.clean.html.xml
share/xsl/docbook/params/make.graphic.viewport.xml
share/xsl/docbook/params/make.index.markup.xml
share/xsl/docbook/params/make.single.year.ranges.xml
share/xsl/docbook/params/make.valid.html.xml
share/xsl/docbook/params/make.year.ranges.xml
+share/xsl/docbook/params/man.authors.section.enabled.xml
+share/xsl/docbook/params/man.base.url.for.relative.links.xml
+share/xsl/docbook/params/man.break.after.slash.xml
+share/xsl/docbook/params/man.charmap.enabled.xml
+share/xsl/docbook/params/man.charmap.subset.profile.english.xml
+share/xsl/docbook/params/man.charmap.subset.profile.xml
+share/xsl/docbook/params/man.charmap.uri.xml
+share/xsl/docbook/params/man.charmap.use.subset.xml
+share/xsl/docbook/params/man.copyright.section.enabled.xml
+share/xsl/docbook/params/man.endnotes.are.numbered.xml
+share/xsl/docbook/params/man.endnotes.list.enabled.xml
+share/xsl/docbook/params/man.endnotes.list.heading.xml
+share/xsl/docbook/params/man.font.funcprototype.xml
+share/xsl/docbook/params/man.font.funcsynopsisinfo.xml
+share/xsl/docbook/params/man.font.links.xml
+share/xsl/docbook/params/man.font.table.headings.xml
+share/xsl/docbook/params/man.font.table.title.xml
+share/xsl/docbook/params/man.funcsynopsis.style.xml
+share/xsl/docbook/params/man.hyphenate.computer.inlines.xml
+share/xsl/docbook/params/man.hyphenate.filenames.xml
+share/xsl/docbook/params/man.hyphenate.urls.xml
+share/xsl/docbook/params/man.hyphenate.xml
+share/xsl/docbook/params/man.indent.blurbs.xml
+share/xsl/docbook/params/man.indent.lists.xml
+share/xsl/docbook/params/man.indent.refsect.xml
+share/xsl/docbook/params/man.indent.verbatims.xml
+share/xsl/docbook/params/man.indent.width.xml
+share/xsl/docbook/params/man.justify.xml
+share/xsl/docbook/params/man.output.base.dir.xml
+share/xsl/docbook/params/man.output.better.ps.enabled.xml
+share/xsl/docbook/params/man.output.encoding.xml
+share/xsl/docbook/params/man.output.in.separate.dir.xml
+share/xsl/docbook/params/man.output.lang.in.name.enabled.xml
+share/xsl/docbook/params/man.output.manifest.enabled.xml
+share/xsl/docbook/params/man.output.manifest.filename.xml
+share/xsl/docbook/params/man.output.quietly.xml
+share/xsl/docbook/params/man.output.subdirs.enabled.xml
+share/xsl/docbook/params/man.segtitle.suppress.xml
+share/xsl/docbook/params/man.string.subst.map.local.post.xml
+share/xsl/docbook/params/man.string.subst.map.local.pre.xml
+share/xsl/docbook/params/man.string.subst.map.xml
+share/xsl/docbook/params/man.subheading.divider.enabled.xml
+share/xsl/docbook/params/man.subheading.divider.xml
+share/xsl/docbook/params/man.table.footnotes.divider.xml
+share/xsl/docbook/params/man.th.extra1.suppress.xml
+share/xsl/docbook/params/man.th.extra2.max.length.xml
+share/xsl/docbook/params/man.th.extra2.suppress.xml
+share/xsl/docbook/params/man.th.extra3.max.length.xml
+share/xsl/docbook/params/man.th.extra3.suppress.xml
+share/xsl/docbook/params/man.th.title.max.length.xml
share/xsl/docbook/params/manifest.in.base.dir.xml
share/xsl/docbook/params/manifest.xml
share/xsl/docbook/params/manual.toc.xml
@@ -1218,16 +820,36 @@ share/xsl/docbook/params/margin.note.flo
share/xsl/docbook/params/margin.note.properties.xml
share/xsl/docbook/params/margin.note.title.properties.xml
share/xsl/docbook/params/margin.note.width.xml
+share/xsl/docbook/params/mark.optional.procedure.steps.xml
share/xsl/docbook/params/marker.section.level.xml
share/xsl/docbook/params/menuchoice.menu.separator.xml
share/xsl/docbook/params/menuchoice.separator.xml
+share/xsl/docbook/params/minus.image.xml
+share/xsl/docbook/params/mml.embedding.mode.fo.xml
+share/xsl/docbook/params/mml.embedding.mode.xml
share/xsl/docbook/params/monospace.font.family.xml
share/xsl/docbook/params/monospace.properties.xml
+share/xsl/docbook/params/monospace.verbatim.font.width.xml
share/xsl/docbook/params/monospace.verbatim.properties.xml
+share/xsl/docbook/params/multiframe.bottom.bgcolor.xml
+share/xsl/docbook/params/multiframe.navigation.height.xml
+share/xsl/docbook/params/multiframe.top.bgcolor.xml
+share/xsl/docbook/params/multiframe.xml
+share/xsl/docbook/params/nav.separator.xml
+share/xsl/docbook/params/nav.table.summary.xml
+share/xsl/docbook/params/navbgcolor.xml
+share/xsl/docbook/params/navbodywidth.xml
share/xsl/docbook/params/navig.graphics.extension.xml
share/xsl/docbook/params/navig.graphics.path.xml
share/xsl/docbook/params/navig.graphics.xml
share/xsl/docbook/params/navig.showtitles.xml
+share/xsl/docbook/params/navtocwidth.xml
+share/xsl/docbook/params/next.image.xml
+share/xsl/docbook/params/no.home.image.xml
+share/xsl/docbook/params/no.next.image.xml
+share/xsl/docbook/params/no.prev.image.xml
+share/xsl/docbook/params/no.toc.image.xml
+share/xsl/docbook/params/no.up.image.xml
share/xsl/docbook/params/nominal.image.depth.xml
share/xsl/docbook/params/nominal.image.width.xml
share/xsl/docbook/params/nominal.table.width.xml
@@ -1243,6 +865,16 @@ share/xsl/docbook/params/olink.propertie
share/xsl/docbook/params/olink.pubid.xml
share/xsl/docbook/params/olink.resolver.xml
share/xsl/docbook/params/olink.sysid.xml
+share/xsl/docbook/params/orderedlist.label.properties.xml
+share/xsl/docbook/params/orderedlist.label.width.xml
+share/xsl/docbook/params/orderedlist.properties.xml
+share/xsl/docbook/params/othercredit.like.author.enabled.xml
+share/xsl/docbook/params/outer.region.content.properties.xml
+share/xsl/docbook/params/output-root.xml
+share/xsl/docbook/params/output.indent.xml
+share/xsl/docbook/params/overlay.js.xml
+share/xsl/docbook/params/overlay.logo.xml
+share/xsl/docbook/params/overlay.xml
share/xsl/docbook/params/page.height.portrait.xml
share/xsl/docbook/params/page.height.xml
share/xsl/docbook/params/page.margin.bottom.xml
@@ -1252,36 +884,49 @@ share/xsl/docbook/params/page.margin.top
share/xsl/docbook/params/page.orientation.xml
share/xsl/docbook/params/page.width.portrait.xml
share/xsl/docbook/params/page.width.xml
+share/xsl/docbook/params/pages.template.xml
share/xsl/docbook/params/paper.type.xml
share/xsl/docbook/params/para.propagates.style.xml
+share/xsl/docbook/params/para.properties.xml
share/xsl/docbook/params/part.autolabel.xml
share/xsl/docbook/params/passivetex.extensions.xml
+share/xsl/docbook/params/pgwide.properties.xml
share/xsl/docbook/params/phrase.propagates.style.xml
share/xsl/docbook/params/pixels.per.inch.xml
+share/xsl/docbook/params/plus.image.xml
+share/xsl/docbook/params/poetry.properties.xml
share/xsl/docbook/params/points.per.em.xml
share/xsl/docbook/params/preface.autolabel.xml
share/xsl/docbook/params/prefer.internal.olink.xml
share/xsl/docbook/params/preferred.mediaobject.role.xml
+share/xsl/docbook/params/prev.image.xml
share/xsl/docbook/params/procedure.properties.xml
share/xsl/docbook/params/process.empty.source.toc.xml
share/xsl/docbook/params/process.source.toc.xml
share/xsl/docbook/params/profile.arch.xml
share/xsl/docbook/params/profile.attribute.xml
+share/xsl/docbook/params/profile.audience.xml
share/xsl/docbook/params/profile.condition.xml
share/xsl/docbook/params/profile.conformance.xml
share/xsl/docbook/params/profile.lang.xml
share/xsl/docbook/params/profile.os.xml
+share/xsl/docbook/params/profile.outputformat.xml
share/xsl/docbook/params/profile.revision.xml
share/xsl/docbook/params/profile.revisionflag.xml
share/xsl/docbook/params/profile.role.xml
share/xsl/docbook/params/profile.security.xml
share/xsl/docbook/params/profile.separator.xml
+share/xsl/docbook/params/profile.status.xml
share/xsl/docbook/params/profile.userlevel.xml
share/xsl/docbook/params/profile.value.xml
share/xsl/docbook/params/profile.vendor.xml
+share/xsl/docbook/params/profile.wordsize.xml
+share/xsl/docbook/params/publishers.properties.xml
share/xsl/docbook/params/punct.honorific.xml
share/xsl/docbook/params/qanda.defaultlabel.xml
+share/xsl/docbook/params/qanda.in.toc.xml
share/xsl/docbook/params/qanda.inherit.numeration.xml
+share/xsl/docbook/params/qanda.nested.in.toc.xml
share/xsl/docbook/params/qanda.title.level1.properties.xml
share/xsl/docbook/params/qanda.title.level2.properties.xml
share/xsl/docbook/params/qanda.title.level3.properties.xml
@@ -1290,26 +935,60 @@ share/xsl/docbook/params/qanda.title.lev
share/xsl/docbook/params/qanda.title.level6.properties.xml
share/xsl/docbook/params/qanda.title.properties.xml
share/xsl/docbook/params/qandadiv.autolabel.xml
+share/xsl/docbook/params/rebuild-all.xml
+share/xsl/docbook/params/refclass.suppress.xml
+share/xsl/docbook/params/refentry.date.profile.enabled.xml
+share/xsl/docbook/params/refentry.date.profile.xml
share/xsl/docbook/params/refentry.generate.name.xml
share/xsl/docbook/params/refentry.generate.title.xml
+share/xsl/docbook/params/refentry.manual.fallback.profile.xml
+share/xsl/docbook/params/refentry.manual.profile.enabled.xml
+share/xsl/docbook/params/refentry.manual.profile.xml
+share/xsl/docbook/params/refentry.meta.get.quietly.xml
share/xsl/docbook/params/refentry.pagebreak.xml
share/xsl/docbook/params/refentry.separator.xml
+share/xsl/docbook/params/refentry.source.fallback.profile.xml
+share/xsl/docbook/params/refentry.source.name.profile.enabled.xml
+share/xsl/docbook/params/refentry.source.name.profile.xml
+share/xsl/docbook/params/refentry.source.name.suppress.xml
share/xsl/docbook/params/refentry.title.properties.xml
+share/xsl/docbook/params/refentry.version.profile.enabled.xml
+share/xsl/docbook/params/refentry.version.profile.xml
+share/xsl/docbook/params/refentry.version.suppress.xml
share/xsl/docbook/params/refentry.xref.manvolnum.xml
+share/xsl/docbook/params/reference.autolabel.xml
share/xsl/docbook/params/region.after.extent.xml
share/xsl/docbook/params/region.before.extent.xml
+share/xsl/docbook/params/region.inner.extent.xml
+share/xsl/docbook/params/region.inner.properties.xml
+share/xsl/docbook/params/region.outer.extent.xml
+share/xsl/docbook/params/region.outer.properties.xml
+share/xsl/docbook/params/revhistory.table.cell.properties.xml
+share/xsl/docbook/params/revhistory.table.properties.xml
+share/xsl/docbook/params/revhistory.title.properties.xml
share/xsl/docbook/params/root.filename.xml
share/xsl/docbook/params/root.properties.xml
share/xsl/docbook/params/rootid.xml
share/xsl/docbook/params/runinhead.default.title.end.punct.xml
share/xsl/docbook/params/runinhead.title.end.punct.xml
+share/xsl/docbook/params/running.foot.properties.xml
+share/xsl/docbook/params/s5.controls.xml
+share/xsl/docbook/params/s5.defaultview.xml
+share/xsl/docbook/params/s5.opera.css.xml
+share/xsl/docbook/params/s5.outline.css.xml
+share/xsl/docbook/params/s5.path.prefix.xml
+share/xsl/docbook/params/s5.print.css.xml
+share/xsl/docbook/params/s5.slides.css.xml
+share/xsl/docbook/params/s5.slides.js.xml
share/xsl/docbook/params/sans.font.family.xml
share/xsl/docbook/params/saxon.callouts.xml
share/xsl/docbook/params/saxon.character.representation.xml
share/xsl/docbook/params/saxon.linenumbering.xml
share/xsl/docbook/params/saxon.tablecolumns.xml
+share/xsl/docbook/params/script.dir.xml
share/xsl/docbook/params/section.autolabel.max.depth.xml
share/xsl/docbook/params/section.autolabel.xml
+share/xsl/docbook/params/section.container.element.xml
share/xsl/docbook/params/section.label.includes.component.label.xml
share/xsl/docbook/params/section.level1.properties.xml
share/xsl/docbook/params/section.level2.properties.xml
@@ -1326,24 +1005,54 @@ share/xsl/docbook/params/section.title.l
share/xsl/docbook/params/section.title.level6.properties.xml
share/xsl/docbook/params/section.title.properties.xml
share/xsl/docbook/params/segmentedlist.as.table.xml
+share/xsl/docbook/params/sequential.links.xml
share/xsl/docbook/params/shade.verbatim.style.xml
share/xsl/docbook/params/shade.verbatim.xml
+share/xsl/docbook/params/show.bookmarks.xml
share/xsl/docbook/params/show.comments.xml
+share/xsl/docbook/params/show.foil.number.xml
share/xsl/docbook/params/show.revisionflag.xml
+share/xsl/docbook/params/showtoc.image.xml
share/xsl/docbook/params/side.float.properties.xml
+share/xsl/docbook/params/side.region.precedence.xml
share/xsl/docbook/params/sidebar.float.type.xml
share/xsl/docbook/params/sidebar.float.width.xml
share/xsl/docbook/params/sidebar.properties.xml
share/xsl/docbook/params/sidebar.title.properties.xml
share/xsl/docbook/params/simplesect.in.toc.xml
+share/xsl/docbook/params/slide.font.family.xml
+share/xsl/docbook/params/slide.title.font.family.xml
+share/xsl/docbook/params/slides.js.xml
+share/xsl/docbook/params/slides.properties.xml
+share/xsl/docbook/params/slides.titlepage.author.properties.xml
+share/xsl/docbook/params/slides.titlepage.authorgroup.properties.xml
+share/xsl/docbook/params/slides.titlepage.corpauthor.properties.xml
+share/xsl/docbook/params/slides.titlepage.master.properties.xml
+share/xsl/docbook/params/slides.titlepage.pubdate.properties.xml
+share/xsl/docbook/params/slides.titlepage.region-body.properties.xml
+share/xsl/docbook/params/slides.titlepage.subtitle.properties.xml
+share/xsl/docbook/params/slides.titlepage.title.properties.xml
+share/xsl/docbook/params/slidy.duration.xml
+share/xsl/docbook/params/slidy.path.prefix.xml
+share/xsl/docbook/params/slidy.slidy.css.xml
+share/xsl/docbook/params/slidy.slidy.js.xml
+share/xsl/docbook/params/slidy.user.css.xml
share/xsl/docbook/params/spacing.paras.xml
+share/xsl/docbook/params/speaker.properties.xml
+share/xsl/docbook/params/speakernote.properties.xml
+share/xsl/docbook/params/speakernotes.properties.xml
+share/xsl/docbook/params/stagedir.properties.xml
share/xsl/docbook/params/subscript.properties.xml
share/xsl/docbook/params/superscript.properties.xml
share/xsl/docbook/params/suppress.footer.navigation.xml
share/xsl/docbook/params/suppress.header.navigation.xml
+share/xsl/docbook/params/suppress.homepage.title.xml
share/xsl/docbook/params/suppress.navigation.xml
+share/xsl/docbook/params/svg.embedding.mode.fo.xml
+share/xsl/docbook/params/svg.embedding.mode.xml
share/xsl/docbook/params/symbol.font.family.xml
share/xsl/docbook/params/table.borders.with.css.xml
+share/xsl/docbook/params/table.caption.properties.xml
share/xsl/docbook/params/table.cell.border.color.xml
share/xsl/docbook/params/table.cell.border.style.xml
share/xsl/docbook/params/table.cell.border.thickness.xml
@@ -1351,31 +1060,61 @@ share/xsl/docbook/params/table.cell.padd
share/xsl/docbook/params/table.entry.padding.xml
share/xsl/docbook/params/table.footnote.number.format.xml
share/xsl/docbook/params/table.footnote.number.symbols.xml
+share/xsl/docbook/params/table.footnote.properties.xml
share/xsl/docbook/params/table.frame.border.color.xml
share/xsl/docbook/params/table.frame.border.style.xml
share/xsl/docbook/params/table.frame.border.thickness.xml
share/xsl/docbook/params/table.properties.xml
+share/xsl/docbook/params/table.spacer.image.xml
share/xsl/docbook/params/table.table.properties.xml
share/xsl/docbook/params/tablecolumns.extension.xml
share/xsl/docbook/params/target.database.document.xml
share/xsl/docbook/params/targets.filename.xml
+share/xsl/docbook/params/task.properties.xml
share/xsl/docbook/params/template.xml
share/xsl/docbook/params/tex.math.delims.xml
share/xsl/docbook/params/tex.math.file.xml
share/xsl/docbook/params/tex.math.in.alt.xml
+share/xsl/docbook/params/text.home.xml
+share/xsl/docbook/params/text.next.xml
+share/xsl/docbook/params/text.prev.xml
+share/xsl/docbook/params/text.toc.xml
+share/xsl/docbook/params/text.up.xml
+share/xsl/docbook/params/textbgcolor.xml
share/xsl/docbook/params/textdata.default.encoding.xml
share/xsl/docbook/params/textinsert.extension.xml
share/xsl/docbook/params/title.font.family.xml
share/xsl/docbook/params/title.margin.left.xml
+share/xsl/docbook/params/titlefoil.html.xml
+share/xsl/docbook/params/toc.bg.color.xml
+share/xsl/docbook/params/toc.blank.graphic.xml
+share/xsl/docbook/params/toc.blank.image.xml
+share/xsl/docbook/params/toc.blank.text.xml
+share/xsl/docbook/params/toc.hide.show.xml
+share/xsl/docbook/params/toc.html.xml
+share/xsl/docbook/params/toc.image.xml
share/xsl/docbook/params/toc.indent.width.xml
+share/xsl/docbook/params/toc.leader.properties.xml
+share/xsl/docbook/params/toc.line.properties.xml
share/xsl/docbook/params/toc.list.type.xml
share/xsl/docbook/params/toc.margin.properties.xml
share/xsl/docbook/params/toc.max.depth.xml
+share/xsl/docbook/params/toc.pointer.graphic.xml
+share/xsl/docbook/params/toc.pointer.image.xml
+share/xsl/docbook/params/toc.pointer.text.xml
+share/xsl/docbook/params/toc.row.height.xml
share/xsl/docbook/params/toc.section.depth.xml
+share/xsl/docbook/params/toc.spacer.graphic.xml
+share/xsl/docbook/params/toc.spacer.image.xml
+share/xsl/docbook/params/toc.spacer.text.xml
+share/xsl/docbook/params/toc.width.xml
+share/xsl/docbook/params/ua.js.xml
share/xsl/docbook/params/ulink.footnotes.xml
+share/xsl/docbook/params/ulink.hyphenate.chars.xml
share/xsl/docbook/params/ulink.hyphenate.xml
share/xsl/docbook/params/ulink.show.xml
share/xsl/docbook/params/ulink.target.xml
+share/xsl/docbook/params/up.image.xml
share/xsl/docbook/params/use.embed.for.svg.xml
share/xsl/docbook/params/use.extensions.xml
share/xsl/docbook/params/use.id.as.filename.xml
@@ -1384,11 +1123,29 @@ share/xsl/docbook/params/use.local.olink
share/xsl/docbook/params/use.role.as.xrefstyle.xml
share/xsl/docbook/params/use.role.for.mediaobject.xml
share/xsl/docbook/params/use.svg.xml
+share/xsl/docbook/params/user.css.xml
share/xsl/docbook/params/variablelist.as.blocks.xml
share/xsl/docbook/params/variablelist.as.table.xml
share/xsl/docbook/params/variablelist.max.termlength.xml
+share/xsl/docbook/params/variablelist.term.break.after.xml
+share/xsl/docbook/params/variablelist.term.properties.xml
+share/xsl/docbook/params/variablelist.term.separator.xml
share/xsl/docbook/params/verbatim.properties.xml
+share/xsl/docbook/params/webhelp.autolabel.xml
+share/xsl/docbook/params/webhelp.base.dir.xml
+share/xsl/docbook/params/webhelp.common.dir.xml
+share/xsl/docbook/params/webhelp.default.topic.xml
+share/xsl/docbook/params/webhelp.include.search.tab.xml
+share/xsl/docbook/params/webhelp.indexer.language.xml
+share/xsl/docbook/params/webhelp.start.filename.xml
+share/xsl/docbook/params/webhelp.tree.cookie.id.xml
share/xsl/docbook/params/wordml.template.xml
+share/xsl/docbook/params/wrap.slidecontent.xml
+share/xsl/docbook/params/writing.mode.xml
+share/xsl/docbook/params/xbCollapsibleLists.js.xml
+share/xsl/docbook/params/xbDOM.js.xml
+share/xsl/docbook/params/xbLibrary.js.xml
+share/xsl/docbook/params/xbStyle.js.xml
share/xsl/docbook/params/xep.extensions.xml
share/xsl/docbook/params/xep.index.item.properties.xml
share/xsl/docbook/params/xref.label-page.separator.xml
@@ -1396,22 +1153,25 @@ share/xsl/docbook/params/xref.label-titl
share/xsl/docbook/params/xref.properties.xml
share/xsl/docbook/params/xref.title-page.separator.xml
share/xsl/docbook/params/xref.with.number.and.title.xml
+share/xsl/docbook/params/xsl1.1.bookmarks.xml
share/xsl/docbook/template/
-share/xsl/docbook/template/ChangeLog
-share/xsl/docbook/template/README
-share/xsl/docbook/template/biblioentry.xsl
-share/xsl/docbook/template/testtemplate.xml
+share/xsl/docbook/template/titlepage.xml
share/xsl/docbook/template/titlepage.xsl
share/xsl/docbook/xhtml/
-share/xsl/docbook/xhtml/ChangeLog
share/xsl/docbook/xhtml/admon.xsl
+share/xsl/docbook/xhtml/annotations.xsl
+share/xsl/docbook/xhtml/autoidx-kimber.xsl
+share/xsl/docbook/xhtml/autoidx-kosek.xsl
share/xsl/docbook/xhtml/autoidx-ng.xsl
share/xsl/docbook/xhtml/autoidx.xsl
share/xsl/docbook/xhtml/autotoc.xsl
+share/xsl/docbook/xhtml/biblio-iso690.xsl
share/xsl/docbook/xhtml/biblio.xsl
share/xsl/docbook/xhtml/block.xsl
+share/xsl/docbook/xhtml/build.xml
share/xsl/docbook/xhtml/callout.xsl
share/xsl/docbook/xhtml/changebars.xsl
+share/xsl/docbook/xhtml/chunk-changebars.xsl
share/xsl/docbook/xhtml/chunk-code.xsl
share/xsl/docbook/xhtml/chunk-common.xsl
share/xsl/docbook/xhtml/chunk.xsl
@@ -1420,20 +1180,22 @@ share/xsl/docbook/xhtml/chunkfast.xsl
share/xsl/docbook/xhtml/chunktoc.xsl
share/xsl/docbook/xhtml/component.xsl
share/xsl/docbook/xhtml/division.xsl
+share/xsl/docbook/xhtml/docbook-no-doctype.xsl
+share/xsl/docbook/xhtml/docbook.css.xml
share/xsl/docbook/xhtml/docbook.xsl
-share/xsl/docbook/xhtml/docbookng.xsl
share/xsl/docbook/xhtml/ebnf.xsl
share/xsl/docbook/xhtml/footnote.xsl
share/xsl/docbook/xhtml/formal.xsl
share/xsl/docbook/xhtml/glossary.xsl
share/xsl/docbook/xhtml/graphics.xsl
+share/xsl/docbook/xhtml/highlight.xsl
share/xsl/docbook/xhtml/html-rtf.xsl
share/xsl/docbook/xhtml/html.xsl
-share/xsl/docbook/xhtml/html2xhtml.xsl
share/xsl/docbook/xhtml/htmltbl.xsl
share/xsl/docbook/xhtml/index.xsl
share/xsl/docbook/xhtml/info.xsl
share/xsl/docbook/xhtml/inline.xsl
+share/xsl/docbook/xhtml/its.xsl
share/xsl/docbook/xhtml/keywords.xsl
share/xsl/docbook/xhtml/lists.xsl
share/xsl/docbook/xhtml/maketoc.xsl
@@ -1447,16 +1209,16 @@ share/xsl/docbook/xhtml/profile-chunk-co
share/xsl/docbook/xhtml/profile-chunk.xsl
share/xsl/docbook/xhtml/profile-docbook.xsl
share/xsl/docbook/xhtml/profile-onechunk.xsl
+share/xsl/docbook/xhtml/publishers.xsl
share/xsl/docbook/xhtml/qandaset.xsl
share/xsl/docbook/xhtml/refentry.xsl
share/xsl/docbook/xhtml/sections.xsl
share/xsl/docbook/xhtml/synop.xsl
share/xsl/docbook/xhtml/table.xsl
share/xsl/docbook/xhtml/task.xsl
+share/xsl/docbook/xhtml/titlepage.templates.xml
share/xsl/docbook/xhtml/titlepage.templates.xsl
share/xsl/docbook/xhtml/titlepage.xsl
share/xsl/docbook/xhtml/toc.xsl
share/xsl/docbook/xhtml/verbatim.xsl
share/xsl/docbook/xhtml/xref.xsl
-share/libxml2/docbook-xsl.spec
-@tag libxml2/rebuild

No comments:

Post a Comment