pkgsrc/textproc/docbook-xsl/PLIST
wiz 7e61b8303a Update to 1.72.0:
Common

The following changes have been made to the common code since the 1.71.1
release.

  * Add empty template for sidebar in label.markup mode.

  * Add utility template tabstyle to return the tabstyle from
    any table element.

  * Add support for arabicindic numbering to autolabel.format template.

  * Moved the index entity declarations to a separate common file.

  * Add title.markup mode for glossdiv to support info/title.

  * Remove link.title.attribute, replaced in html/html.xsl

  * Fixed typo in xsl:with-param

  * Use number() in some comparisons to ensure number data type.

  * Fix bug #1596737 extra white space introduced by olink.
    Now output indent="no" for target data.

  * Use copy-of instead of value-of for xreftext to preserve markup.

  * Add template link.title.attribute.

  * Modify gentext.template to respect parameter verbose = 0.
    Modify gentext.template.exists to use gentext.template with verbose = 0.

  * Finish support for @xml:id everywhere @id is used.

  * replace name() with local-name() in most cases.

  * Add support for info.

  * Fixed add-xml-base for Windows and Xalan case.

  * Added NodeInfo prefix to list of exclude-result-prefixes

FO

The following changes have been made to the fo code since the 1.71.1 release.

  * Added index.page.number.properties attribute set to the set of
    reference documentation for the FO stylesheets.

  * Changed VERSION file to include distro title (DocBook XSL
    Stylesheets), and updated HTML, FO, and manpages stylesheets to
    use that in their metadata sections (e.g., in HTML, the
    <meta name="generator" ...> contents).

  * Remove duplicate orgname template.
    Switch org templates to using inline.charseq which
    handles simple.xlink.

  * Add index.page.number.properties attribute-set to format page numbers.

  * Pass the toc-context down to the toc.line template.

  * Fixed bug in use of isogen key.

  * Add support for crop marks in Antenna House.

  * Obsolete now that info is supported.

  * Move show-destination="replace" property from template to attribute-set
    so it can be customized.

  * Add table.row.properties template to customize table rows.

  * Moved the entities declarations to a separate common file.

  * Add support for sorting glossary entries

  * Remove obsolete dobookng.xsl, since info now supported.

  * Fix bug #1614469 for citation linking to biblioentry.

  * Moved all properties to attribute-sets so can be customized more easily.

  * Fixed bug #1603790: no space between package and classname.

  * include stub file for annotations.xsl

  * Add simple.xlink processing to term and member elements.

  * Initial checkin of file for annotation processing.

  * Some more inlines to use simple.xlink.

  * xref now supports xlink:href, using simple.xlink template.

  * modified link template to use simple.xlink now.

  * Use number() in some comparisons to ensure number data type.

  * Rewrote simple.xlink, and call it with all charseq templates.

  * Finish support for @xml:id everywhere @id is used.

  * replace name() with local-name() in most cases.

  * Add support for info element.

  * support title in info too.

HTML

The following changes have been made to the html code since the 1.71.1
release.

  * Changed VERSION file to include distro title (DocBook XSL
    Stylesheets), and updated HTML, FO, and manpages stylesheets to
    use that in their metadata sections (e.g., in HTML, the
    <meta name="generator" ...> contents).

  * Add support in imageobjectco for otherunits="imagemap" to allow
    direct authoring of imagemap units.

  * Use areaspec id as imagemap map name.

  * Fixed imagemaps so they work properly going from calspair coords
    to HTML area coords.

  * qandaset was not outputting an anchor id, now it is.

  * Obsolete now that info is supported.

  * Moved the entities declarations to a separate common file.

  * Add support for sorting glossary entries

  * Remove docbookng.xsl since info now supported.

  * Add support for qanda.in.toc to add qandaentry questions to document TOC.

  * Fix bug #1614469 for citation linking to biblioentry.

  * Fixed bug #1603790: no space between package and classname.

  * Fixed two next/prev bugs.

  * *.propagates.style now handled in class.attribute mode.

  * add simple.xlink support to variablelist term and simplelist member.

  * fix class attribute on sgmltag.

  * add class parameter to class.attribute mode to set default class.

  * Convert all class attributes to use the class.attribute mode
    so class names can be customized more easily.

  * Add class.attribute mode to generate class attributes.

  * Added simple.xlink to most remaining inlines.
    Changed class attributes to applying class.attributes mode.

  * Changed xref template to use simple.xlink tempalte.

  * Improve generate.html.title to work with link targets too.

  * Improved simple.xlink to support link and xref.

  * Use number() in some comparisons to ensure number data type.

  * Convert link element template to use simple.xlink.

  * Improvements in simple.xlink.

  * Use new link.title.attribute now.

  * Rewrote simple.xlink to handle linkend also.
    Better computation of title attribute on link too.

  * Fix syntax errors.

  * Finish support for @xml:id everywhere @id is used.

  * replace name() with local-name() in most cases.

  * Handle Xalan quirk as special case.

  * Add support for info.

Manpages

The following changes have been made to the manpages code since the 1.71.1
release.

  * Changed VERSION file to include distro title (DocBook XSL
    Stylesheets), and updated HTML, FO, and manpages stylesheets to
    use that in their metadata sections (e.g., in HTML, the
    <meta name="generator" ...> contents).

  * Removed single-pass namespace stripping from manpages stylesheet.
    To process DocBook 5 instances, either use the experimental
    namespace-aware DocBook 5 XSL 1.0 stylesheets, or pre-process your
    source to do the namespace stripping (two-pass processing).

  * Added doc for man.output.lang.in.name.enabled parameter. This
    checkin completes support for writing file/pathnames for man-pages
    with $lang include in the names. Closes #1585967. knightly
    accolades to Daniel Leidert for providing the feature request.

  * Added new param man.output.lang.in.name.enabled, which
    controls whether $LANG value is included in manpages
    filenames and pathnames. It works like this:

    If the value of man.output.lang.in.name.enabled is non-zero,
    man-page files are output with the $lang value included in
    their filenames or pathnames as follows;

    - if man.output.subdirs.enabled is non-zero, each file is
      output to, e.g., a /$lang/man8/foo.8 pathname

    - if man.output.subdirs.enabled is zero, each file is output
      with a foo.$lang.8 filename

  * Use "\e" instead of "\\" for backslash output, because the
    groff docs say that's the correct thing to do; also because
    testing (thanks, Paul Dubois) shows that "\\" doesn't always
    work as expected; for example, "\\" within a table seems to
    mess things up.

  * Added the man.string.subst.map.local.pre and
    man.string.subst.map.local.post parameters. Those parameters
    enable local additions and changes to string-substitution mappings
    without the need to change the value of man.string.subst.map
    parameter (which is for standard system mappings). Closes
    #1456738. Thanks to Sam Steingold for constructing a true
    stylesheet torture test (the clisp docs) that exposed the need for
    these params.

  * Use U+2592 as an internal marker for linebreak around sbr output
    (to prevent the break from getting eaten by some normalization
    that the stylesheet does on synopses).
    Use U+2580 as an internal marker for no-break space (to work
    around a similar issue). Closes bug #1612808. Thanks to Simon
    Walter for reporting it (the sbr bug).

  * Adjusted manpages stylesheet to use U+2593 as the internal
    representation for the backslash character within the stylesheet.
    This prevents backslashes in source content from getting eaten.
    Closes #1609425. Thanks to Paul DuBois for reporting the bug.

  * Changed manpages stylesheet to always output a U+2591 character as
    the internal representation of a dash. The string-substitution
    map is then used to output a real dash when the final contents are
    serialized. Also, made a change that causes dots and dashes in the
    top comment to be unescaped.

  * Output newline after admonitions (Note, Warning, etc.)

  * Added the Markup element to the list of elements that get output
    in bold. Thanks to Eric S. Raymond.

  * Changed dot output to mark end of tbl(1) table format sections
    (changed from real dot to internal U+2302 representation).

  * Replaced all dots in roff requests with U+2302 ("house"
    character), and added escaping in output for all instances of dot
    that are not in roff requests. This fixes the problem case where a
    string beginning with a dot (for example, the string ".bashrc")
    might occur at the beginning of a line in output, in which case
    would mistakenly get interpreted as a roff request. Thanks to Eric
    S. Raymond for pushing to fix this.

  * This is a first attempt at ensuring that list content nested in
    itemizedlist and orderedlist instances is properly indented. This
    is a switch from using .TP to format those lists to using .RS/.RE
    to format them instead (because .TP does not allow nesting). This
    probably breaks something else and therefore will likely need some
    refinement after more testing. Closes bug #1602616. Thanks to
    Daniel Leidert.

  * Fix bug: change <text> to <xsl:text>

  * Fixed two element name typos.

Params

The following changes have been made to the params code since the 1.71.1
release.

  * Repaired bizarro-superman talk.

  * Added doc for man.output.lang.in.name.enabled parameter. This
    checkin completes support for writing file/pathnames for man-pages
    with $lang include in the names. Closes #1585967. knightly
    accolades to Daniel Leidert for providing the feature request.

  * Use "\e" instead of "\\" for backslash output, because the
    groff docs say that's the correct thing to do; also because
    testing (thanks, Paul Dubois) shows that "\\" doesn't always
    work as expected; for example, "\\" within a table seems to
    mess things up.

  * Added the man.string.subst.map.local.pre and
    man.string.subst.map.local.post parameters. Those parameters
    enable local additions and changes to string-substitution mappings
    without the need to change the value of man.string.subst.map
    parameter (which is for standard system mappings). Closes
    #1456738. Thanks to Sam Steingold for constructing a true
    stylesheet torture test (the clisp docs) that exposed the need for
    these params.

  * Use U+2592 as an internal marker for linebreak around sbr output
    (to prevent the break from getting eaten by some normalization
    that the stylesheet does on synopses).
    Use U+2580 as an internal marker for no-break space (to work
    around a similar issue). Closes bug #1612808. Thanks to Simon
    Walter for reporting it (the sbr bug).

  * Changed order of string replacements so that backslash is escaped
    and replaced after backslash and dot (as it needs to be).

  * Adjusted manpages stylesheet to use U+2593 as the internal
    representation for the backslash character within the stylesheet.
    This prevents backslashes in source content from getting eaten.
    Closes #1609425. Thanks to Paul DuBois for reporting the bug.

  * Changed manpages stylesheet to always output a U+2591 character as
    the internal representation of a dash. The string-substitution
    map is then used to output a real dash when the final contents are
    serialized. Also, made a change that causes dots and dashes in the
    top comment to be unescaped.

  * output "\&." instead of just plain "\." (because plain "\." does
    not work...)

  * Fixed problem where newlines were dropped before dots.

  * Only escape dot if it actually occurs at the beginning of a line.

  * fixed well-formedness errors

  * Replaced all dots in roff requests with U+2302 ("house"
    character), and added escaping in output for all instances of dot
    that are not in roff requests. This fixes the problem case where a
    string beginning with a dot (for example, the string ".bashrc")
    might occur at the beginning of a line in output, in which case
    would mistakenly get interpreted as a roff request. Thanks to Eric
    S. Raymond for pushing to fix this.

  * Add index.page.number.properties by default.

  * Added to allow customizations of page numbers in indexes.

  * Improved wording.

  * Move show-destination="replace" property from template to attribute-set
    so it can be customized.

  * dd support for sorting glossary entries

  * Improved wording.

  * Add option to include qanda in tables of contents.

  * This is a first attempt at ensuring that list content nested in
    itemizedlist and orderedlist instances is properly indented. This
    is a switch from using .TP to format those lists to using .RS/.RE
    to format them instead (because .TP does not allow nesting). This
    probably breaks something else and therefore will likely need some
    refinement after more testing. Closes bug #1602616. Thanks to
    Daniel Leidert.

  * Moved all properties to attribute-sets so can be customized more easily.

Template

The following changes have been made to the template code since the 1.71.1
release.

  * Added workaround for Xalan bug: use for-each and copy instead of copy-of (#1604770).

Tools

The following changes have been made to the tools code since the 1.71.1
release.

  * Updated master makefile to enable docbook5-xsl build and
    packaging.

  * Updated automated xsl-param markup system to handle
    wordml->roundtrip name change.

  * wordml->roundtrip name change

  * Replaced all dots in roff requests with U+2302 ("house"
    character), and added escaping in output for all instances of dot
    that are not in roff requests. This fixes the problem case where a
    string beginning with a dot (for example, the string ".bashrc")
    might occur at the beginning of a line in output, in which case
    would mistakenly get interpreted as a roff request. Thanks to Eric
    S. Raymond for pushing to fix this.

Roundtrip

The following changes have been made to the roundtrip code since the 1.71.1
release.

  * wordml->roundtrip name change

  * rename to roundtrip, add OpenOffice support
2007-02-02 19:13:49 +00:00

1156 lines
52 KiB
Text

@comment $NetBSD: PLIST,v 1.21 2007/02/02 19:13:49 wiz Exp $
share/examples/docbook-xsl/titlepage.xsl
@comment in xmlcatmgr: share/xml/catalog
share/xsl/docbook/VERSION
share/xsl/docbook/catalog.xml
share/xsl/docbook/common/af.xml
share/xsl/docbook/common/am.xml
share/xsl/docbook/common/ar.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/bs.xml
share/xsl/docbook/common/ca.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/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/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/it.xml
share/xsl/docbook/common/ja.xml
share/xsl/docbook/common/kn.xml
share/xsl/docbook/common/ko.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/mn.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.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.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/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/vi.xml
share/xsl/docbook/common/xh.xml
share/xsl/docbook/common/zh_cn.xml
share/xsl/docbook/common/zh_tw.xml
share/xsl/docbook/extensions/saxon65.jar
share/xsl/docbook/extensions/saxon65/build.xml
share/xsl/docbook/extensions/saxon65/dist/saxon65.jar
share/xsl/docbook/extensions/saxon65/nbproject/build-impl.xml
share/xsl/docbook/extensions/saxon65/nbproject/genfiles.properties
share/xsl/docbook/extensions/saxon65/nbproject/project.properties
share/xsl/docbook/extensions/saxon65/nbproject/project.xml
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/CVS.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Callout.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/CalloutEmitter.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/ColumnScanEmitter.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/ColumnUpdateEmitter.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/CopyEmitter.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/FormatCallout.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/FormatGraphicCallout.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/FormatTextCallout.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/FormatUnicodeCallout.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/ImageIntrinsics.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/LineCountEmitter.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/NumberLinesEmitter.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Table.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Text.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/TextFactory.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/UnwrapLinks.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/UnwrapLinksEmitter.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Verbatim.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Windows1252.java
share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/package.html
share/xsl/docbook/extensions/xalan2.jar
share/xsl/docbook/extensions/xalan2/build.xml
share/xsl/docbook/extensions/xalan2/dist/xalan2.jar
share/xsl/docbook/extensions/xalan2/nbproject/build-impl.xml
share/xsl/docbook/extensions/xalan2/nbproject/genfiles.properties
share/xsl/docbook/extensions/xalan2/nbproject/project.properties
share/xsl/docbook/extensions/xalan2/nbproject/project.xml
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/CVS.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Callout.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatCallout.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatDingbatCallout.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatGraphicCallout.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatTextCallout.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatUnicodeCallout.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Func.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/ImageIntrinsics.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Params.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Table.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Text.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Verbatim.java
share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/package.html
share/xsl/docbook/extensions/xalan27.jar
share/xsl/docbook/extensions/xalan27/build.xml
share/xsl/docbook/extensions/xalan27/dist/xalan27.jar
share/xsl/docbook/extensions/xalan27/nbproject/build-impl.xml
share/xsl/docbook/extensions/xalan27/nbproject/genfiles.properties
share/xsl/docbook/extensions/xalan27/nbproject/project.properties
share/xsl/docbook/extensions/xalan27/nbproject/project.xml
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/CVS.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/Callout.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/FormatCallout.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/FormatDingbatCallout.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/FormatGraphicCallout.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/FormatTextCallout.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/FormatUnicodeCallout.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/Func.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/ImageIntrinsics.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/Params.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/Table.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/Text.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/Verbatim.java
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.xsl
share/xsl/docbook/fo/block.xsl
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/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
share/xsl/docbook/fo/inline.xsl
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.xsl
share/xsl/docbook/fo/passivetex.xsl
share/xsl/docbook/fo/pdf2index
share/xsl/docbook/fo/pi.xsl
share/xsl/docbook/fo/profile-docbook.xsl
share/xsl/docbook/fo/ptc.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.xsl
share/xsl/docbook/fo/task.xsl
share/xsl/docbook/fo/titlepage.templates.xml
share/xsl/docbook/fo/titlepage.templates.xsl
share/xsl/docbook/fo/titlepage.xsl
share/xsl/docbook/fo/toc.xsl
share/xsl/docbook/fo/verbatim.xsl
share/xsl/docbook/fo/xep.xsl
share/xsl/docbook/fo/xref.xsl
share/xsl/docbook/highlighting/common.xsl
share/xsl/docbook/highlighting/delphi-hl.xml
share/xsl/docbook/highlighting/ini-hl.xml
share/xsl/docbook/highlighting/java-hl.xml
share/xsl/docbook/highlighting/m2-hl.xml
share/xsl/docbook/highlighting/myxml-hl.xml
share/xsl/docbook/highlighting/php-hl.xml
share/xsl/docbook/highlighting/xslthl-config.xml
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.xsl
share/xsl/docbook/html/block.xsl
share/xsl/docbook/html/callout.xsl
share/xsl/docbook/html/changebars.xsl
share/xsl/docbook/html/chunk-code.xsl
share/xsl/docbook/html/chunk-common.xsl
share/xsl/docbook/html/chunk.xsl
share/xsl/docbook/html/chunker.xsl
share/xsl/docbook/html/chunkfast.xsl
share/xsl/docbook/html/chunktoc.xsl
share/xsl/docbook/html/component.xsl
share/xsl/docbook/html/db5strip.xsl
share/xsl/docbook/html/division.xsl
share/xsl/docbook/html/docbook.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/keywords.xsl
share/xsl/docbook/html/lists.xsl
share/xsl/docbook/html/maketoc.xsl
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.xsl
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/qandaset.xsl
share/xsl/docbook/html/refentry.xsl
share/xsl/docbook/html/sections.xsl
share/xsl/docbook/html/synop.xsl
share/xsl/docbook/html/table.xsl
share/xsl/docbook/html/task.xsl
share/xsl/docbook/html/titlepage.templates.xml
share/xsl/docbook/html/titlepage.templates.xsl
share/xsl/docbook/html/titlepage.xsl
share/xsl/docbook/html/toc.xsl
share/xsl/docbook/html/verbatim.xsl
share/xsl/docbook/html/xref.xsl
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/blank.png
share/xsl/docbook/images/callouts/1.gif
share/xsl/docbook/images/callouts/1.png
share/xsl/docbook/images/callouts/10.gif
share/xsl/docbook/images/callouts/10.png
share/xsl/docbook/images/callouts/11.gif
share/xsl/docbook/images/callouts/11.png
share/xsl/docbook/images/callouts/12.gif
share/xsl/docbook/images/callouts/12.png
share/xsl/docbook/images/callouts/13.gif
share/xsl/docbook/images/callouts/13.png
share/xsl/docbook/images/callouts/14.gif
share/xsl/docbook/images/callouts/14.png
share/xsl/docbook/images/callouts/15.gif
share/xsl/docbook/images/callouts/15.png
share/xsl/docbook/images/callouts/2.gif
share/xsl/docbook/images/callouts/2.png
share/xsl/docbook/images/callouts/3.gif
share/xsl/docbook/images/callouts/3.png
share/xsl/docbook/images/callouts/4.gif
share/xsl/docbook/images/callouts/4.png
share/xsl/docbook/images/callouts/5.gif
share/xsl/docbook/images/callouts/5.png
share/xsl/docbook/images/callouts/6.gif
share/xsl/docbook/images/callouts/6.png
share/xsl/docbook/images/callouts/7.gif
share/xsl/docbook/images/callouts/7.png
share/xsl/docbook/images/callouts/8.gif
share/xsl/docbook/images/callouts/8.png
share/xsl/docbook/images/callouts/9.gif
share/xsl/docbook/images/callouts/9.png
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/draft.png
share/xsl/docbook/images/home.gif
share/xsl/docbook/images/home.png
share/xsl/docbook/images/home.svg
share/xsl/docbook/images/important.gif
share/xsl/docbook/images/important.png
share/xsl/docbook/images/important.svg
share/xsl/docbook/images/important.tif
share/xsl/docbook/images/next.gif
share/xsl/docbook/images/next.png
share/xsl/docbook/images/next.svg
share/xsl/docbook/images/note.gif
share/xsl/docbook/images/note.png
share/xsl/docbook/images/note.svg
share/xsl/docbook/images/note.tif
share/xsl/docbook/images/prev.gif
share/xsl/docbook/images/prev.png
share/xsl/docbook/images/prev.svg
share/xsl/docbook/images/tip.gif
share/xsl/docbook/images/tip.png
share/xsl/docbook/images/tip.svg
share/xsl/docbook/images/tip.tif
share/xsl/docbook/images/toc-blank.png
share/xsl/docbook/images/toc-minus.png
share/xsl/docbook/images/toc-plus.png
share/xsl/docbook/images/up.gif
share/xsl/docbook/images/up.png
share/xsl/docbook/images/up.svg
share/xsl/docbook/images/warning.gif
share/xsl/docbook/images/warning.png
share/xsl/docbook/images/warning.svg
share/xsl/docbook/images/warning.tif
share/xsl/docbook/javahelp/javahelp.xsl
share/xsl/docbook/javahelp/profile-javahelp.xsl
share/xsl/docbook/lib/lib.xsl
share/xsl/docbook/manpages/ChangeLog.20020917
share/xsl/docbook/manpages/block.xsl
share/xsl/docbook/manpages/charmap.groff.xsl
share/xsl/docbook/manpages/docbook.xsl
share/xsl/docbook/manpages/html-synop.xsl
share/xsl/docbook/manpages/info.xsl
share/xsl/docbook/manpages/inline.xsl
share/xsl/docbook/manpages/links.xsl
share/xsl/docbook/manpages/lists.xsl
share/xsl/docbook/manpages/other.xsl
share/xsl/docbook/manpages/param.xsl
share/xsl/docbook/manpages/refentry.xsl
share/xsl/docbook/manpages/synop.xsl
share/xsl/docbook/manpages/table.xsl
share/xsl/docbook/manpages/utility.xsl
share/xsl/docbook/params/abstract.properties.xml
share/xsl/docbook/params/abstract.title.properties.xml
share/xsl/docbook/params/admon.graphics.extension.xml
share/xsl/docbook/params/admon.graphics.path.xml
share/xsl/docbook/params/admon.graphics.xml
share/xsl/docbook/params/admon.style.xml
share/xsl/docbook/params/admon.textlabel.xml
share/xsl/docbook/params/admonition.properties.xml
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/autotoc.label.in.hyperlink.xml
share/xsl/docbook/params/autotoc.label.separator.xml
share/xsl/docbook/params/axf.extensions.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/blockquote.properties.xml
share/xsl/docbook/params/blurb.on.titlepage.enabled.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.top.xml
share/xsl/docbook/params/body.start.indent.xml
share/xsl/docbook/params/bridgehead.in.toc.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.list.table.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/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/chunker.output.cdata-section-elements.xml
share/xsl/docbook/params/chunker.output.doctype-public.xml
share/xsl/docbook/params/chunker.output.doctype-system.xml
share/xsl/docbook/params/chunker.output.encoding.xml
share/xsl/docbook/params/chunker.output.indent.xml
share/xsl/docbook/params/chunker.output.media-type.xml
share/xsl/docbook/params/chunker.output.method.xml
share/xsl/docbook/params/chunker.output.omit-xml-declaration.xml
share/xsl/docbook/params/chunker.output.standalone.xml
share/xsl/docbook/params/citerefentry.link.xml
share/xsl/docbook/params/collect.xref.targets.xml
share/xsl/docbook/params/column.count.back.xml
share/xsl/docbook/params/column.count.body.xml
share/xsl/docbook/params/column.count.front.xml
share/xsl/docbook/params/column.count.index.xml
share/xsl/docbook/params/column.count.lot.xml
share/xsl/docbook/params/column.count.titlepage.xml
share/xsl/docbook/params/column.gap.back.xml
share/xsl/docbook/params/column.gap.body.xml
share/xsl/docbook/params/column.gap.front.xml
share/xsl/docbook/params/column.gap.index.xml
share/xsl/docbook/params/column.gap.lot.xml
share/xsl/docbook/params/column.gap.titlepage.xml
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/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/current.docid.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.width.xml
share/xsl/docbook/params/default.units.xml
share/xsl/docbook/params/dingbat.font.family.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/ebnf.assignment.xml
share/xsl/docbook/params/ebnf.statement.terminator.xml
share/xsl/docbook/params/ebnf.table.bgcolor.xml
share/xsl/docbook/params/ebnf.table.border.xml
share/xsl/docbook/params/eclipse.autolabel.xml
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/emphasis.propagates.style.xml
share/xsl/docbook/params/entry.propagates.style.xml
share/xsl/docbook/params/equation.properties.xml
share/xsl/docbook/params/example.properties.xml
share/xsl/docbook/params/figure.properties.xml
share/xsl/docbook/params/firstterm.only.link.xml
share/xsl/docbook/params/footer.column.widths.xml
share/xsl/docbook/params/footer.content.properties.xml
share/xsl/docbook/params/footer.rule.xml
share/xsl/docbook/params/footer.table.height.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
share/xsl/docbook/params/footnote.number.format.xml
share/xsl/docbook/params/footnote.number.symbols.xml
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/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.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.revhistory.link.xml
share/xsl/docbook/params/generate.section.toc.level.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/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.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/graphicsize.extension.xml
share/xsl/docbook/params/graphicsize.use.img.src.path.xml
share/xsl/docbook/params/header.column.widths.xml
share/xsl/docbook/params/header.content.properties.xml
share/xsl/docbook/params/header.rule.xml
share/xsl/docbook/params/header.table.height.xml
share/xsl/docbook/params/headers.on.blank.pages.xml
share/xsl/docbook/params/highlight.default.language.xml
share/xsl/docbook/params/highlight.source.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.stylesheet.type.xml
share/xsl/docbook/params/html.stylesheet.xml
share/xsl/docbook/params/htmlhelp.alias.file.xml
share/xsl/docbook/params/htmlhelp.autolabel.xml
share/xsl/docbook/params/htmlhelp.button.back.xml
share/xsl/docbook/params/htmlhelp.button.forward.xml
share/xsl/docbook/params/htmlhelp.button.hideshow.xml
share/xsl/docbook/params/htmlhelp.button.home.url.xml
share/xsl/docbook/params/htmlhelp.button.home.xml
share/xsl/docbook/params/htmlhelp.button.jump1.title.xml
share/xsl/docbook/params/htmlhelp.button.jump1.url.xml
share/xsl/docbook/params/htmlhelp.button.jump1.xml
share/xsl/docbook/params/htmlhelp.button.jump2.title.xml
share/xsl/docbook/params/htmlhelp.button.jump2.url.xml
share/xsl/docbook/params/htmlhelp.button.jump2.xml
share/xsl/docbook/params/htmlhelp.button.locate.xml
share/xsl/docbook/params/htmlhelp.button.next.xml
share/xsl/docbook/params/htmlhelp.button.options.xml
share/xsl/docbook/params/htmlhelp.button.prev.xml
share/xsl/docbook/params/htmlhelp.button.print.xml
share/xsl/docbook/params/htmlhelp.button.refresh.xml
share/xsl/docbook/params/htmlhelp.button.stop.xml
share/xsl/docbook/params/htmlhelp.button.zoom.xml
share/xsl/docbook/params/htmlhelp.chm.xml
share/xsl/docbook/params/htmlhelp.default.topic.xml
share/xsl/docbook/params/htmlhelp.display.progress.xml
share/xsl/docbook/params/htmlhelp.encoding.xml
share/xsl/docbook/params/htmlhelp.enhanced.decompilation.xml
share/xsl/docbook/params/htmlhelp.enumerate.images.xml
share/xsl/docbook/params/htmlhelp.force.map.and.alias.xml
share/xsl/docbook/params/htmlhelp.hhc.binary.xml
share/xsl/docbook/params/htmlhelp.hhc.folders.instead.books.xml
share/xsl/docbook/params/htmlhelp.hhc.section.depth.xml
share/xsl/docbook/params/htmlhelp.hhc.show.root.xml
share/xsl/docbook/params/htmlhelp.hhc.width.xml
share/xsl/docbook/params/htmlhelp.hhc.xml
share/xsl/docbook/params/htmlhelp.hhk.xml
share/xsl/docbook/params/htmlhelp.hhp.tail.xml
share/xsl/docbook/params/htmlhelp.hhp.window.xml
share/xsl/docbook/params/htmlhelp.hhp.windows.xml
share/xsl/docbook/params/htmlhelp.hhp.xml
share/xsl/docbook/params/htmlhelp.map.file.xml
share/xsl/docbook/params/htmlhelp.only.xml
share/xsl/docbook/params/htmlhelp.remember.window.position.xml
share/xsl/docbook/params/htmlhelp.show.advanced.search.xml
share/xsl/docbook/params/htmlhelp.show.favorities.xml
share/xsl/docbook/params/htmlhelp.show.menu.xml
share/xsl/docbook/params/htmlhelp.show.toolbar.text.xml
share/xsl/docbook/params/htmlhelp.title.xml
share/xsl/docbook/params/htmlhelp.use.hhk.xml
share/xsl/docbook/params/htmlhelp.window.geometry.xml
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.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/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.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/keep.relative.image.uris.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/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/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.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.break.after.slash.xml
share/xsl/docbook/params/man.charmap.enabled.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.font.funcprototype.xml
share/xsl/docbook/params/man.font.funcsynopsisinfo.xml
share/xsl/docbook/params/man.font.table.headings.xml
share/xsl/docbook/params/man.font.table.title.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.links.are.numbered.xml
share/xsl/docbook/params/man.links.are.underlined.xml
share/xsl/docbook/params/man.links.list.enabled.xml
share/xsl/docbook/params/man.links.list.heading.xml
share/xsl/docbook/params/man.output.base.dir.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
share/xsl/docbook/params/margin.note.float.type.xml
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/marker.section.level.xml
share/xsl/docbook/params/menuchoice.menu.separator.xml
share/xsl/docbook/params/menuchoice.separator.xml
share/xsl/docbook/params/monospace.font.family.xml
share/xsl/docbook/params/monospace.properties.xml
share/xsl/docbook/params/monospace.verbatim.properties.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/nominal.image.depth.xml
share/xsl/docbook/params/nominal.image.width.xml
share/xsl/docbook/params/nominal.table.width.xml
share/xsl/docbook/params/nongraphical.admonition.properties.xml
share/xsl/docbook/params/normal.para.spacing.xml
share/xsl/docbook/params/olink.base.uri.xml
share/xsl/docbook/params/olink.debug.xml
share/xsl/docbook/params/olink.doctitle.xml
share/xsl/docbook/params/olink.fragid.xml
share/xsl/docbook/params/olink.lang.fallback.sequence.xml
share/xsl/docbook/params/olink.outline.ext.xml
share/xsl/docbook/params/olink.properties.xml
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/page.height.portrait.xml
share/xsl/docbook/params/page.height.xml
share/xsl/docbook/params/page.margin.bottom.xml
share/xsl/docbook/params/page.margin.inner.xml
share/xsl/docbook/params/page.margin.outer.xml
share/xsl/docbook/params/page.margin.top.xml
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/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/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/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.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.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/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
share/xsl/docbook/params/qanda.title.level4.properties.xml
share/xsl/docbook/params/qanda.title.level5.properties.xml
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/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/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/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/section.autolabel.max.depth.xml
share/xsl/docbook/params/section.autolabel.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
share/xsl/docbook/params/section.level3.properties.xml
share/xsl/docbook/params/section.level4.properties.xml
share/xsl/docbook/params/section.level5.properties.xml
share/xsl/docbook/params/section.level6.properties.xml
share/xsl/docbook/params/section.properties.xml
share/xsl/docbook/params/section.title.level1.properties.xml
share/xsl/docbook/params/section.title.level2.properties.xml
share/xsl/docbook/params/section.title.level3.properties.xml
share/xsl/docbook/params/section.title.level4.properties.xml
share/xsl/docbook/params/section.title.level5.properties.xml
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/shade.verbatim.style.xml
share/xsl/docbook/params/shade.verbatim.xml
share/xsl/docbook/params/show.comments.xml
share/xsl/docbook/params/show.revisionflag.xml
share/xsl/docbook/params/side.float.properties.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/spacing.paras.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.navigation.xml
share/xsl/docbook/params/symbol.font.family.xml
share/xsl/docbook/params/table.borders.with.css.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
share/xsl/docbook/params/table.cell.padding.xml
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.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/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/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/toc.indent.width.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.section.depth.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/use.embed.for.svg.xml
share/xsl/docbook/params/use.extensions.xml
share/xsl/docbook/params/use.id.as.filename.xml
share/xsl/docbook/params/use.id.function.xml
share/xsl/docbook/params/use.local.olink.style.xml
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/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.separator.xml
share/xsl/docbook/params/verbatim.properties.xml
share/xsl/docbook/params/wordml.template.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
share/xsl/docbook/params/xref.label-title.separator.xml
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/profiling/profile-mode.xsl
share/xsl/docbook/profiling/profile.xsl
share/xsl/docbook/profiling/strip-attributes.xsl
share/xsl/docbook/profiling/xsl2profile.xsl
share/xsl/docbook/roundtrip/blocks-spec.xml
share/xsl/docbook/roundtrip/dbk2ooo.xsl
share/xsl/docbook/roundtrip/dbk2pages.xsl
share/xsl/docbook/roundtrip/dbk2wordml.xsl
share/xsl/docbook/roundtrip/dbk2wp.xsl
share/xsl/docbook/roundtrip/docbook-pages.xsl
share/xsl/docbook/roundtrip/docbook.xsl
share/xsl/docbook/roundtrip/pages-normalise.xsl
share/xsl/docbook/roundtrip/param.xsl
share/xsl/docbook/roundtrip/sections-spec.xml
share/xsl/docbook/roundtrip/specifications.xml
share/xsl/docbook/roundtrip/supported.xml
share/xsl/docbook/roundtrip/template-pages.xml
share/xsl/docbook/roundtrip/template.dot
share/xsl/docbook/roundtrip/template.xml
share/xsl/docbook/roundtrip/wordml-blocks.xsl
share/xsl/docbook/roundtrip/wordml-final.xsl
share/xsl/docbook/roundtrip/wordml-normalise.xsl
share/xsl/docbook/roundtrip/wordml-sections.xsl
share/xsl/docbook/roundtrip/wordml.xsl
share/xsl/docbook/slides/browser/CTOCWidget.js
share/xsl/docbook/slides/browser/overlay.js
share/xsl/docbook/slides/browser/slides-default.css
share/xsl/docbook/slides/browser/slides-frames.css
share/xsl/docbook/slides/browser/slides-plain.css
share/xsl/docbook/slides/browser/slides-table.css
share/xsl/docbook/slides/browser/slides-w3c.css
share/xsl/docbook/slides/browser/slides.css
share/xsl/docbook/slides/browser/slides.js
share/xsl/docbook/slides/browser/ua.js
share/xsl/docbook/slides/browser/xbCollapsibleLists.js
share/xsl/docbook/slides/browser/xbDOM.js
share/xsl/docbook/slides/browser/xbDebug.js
share/xsl/docbook/slides/browser/xbLibrary.js
share/xsl/docbook/slides/browser/xbStyle-css.js
share/xsl/docbook/slides/browser/xbStyle-nn4.js
share/xsl/docbook/slides/browser/xbStyle-not-supported.js
share/xsl/docbook/slides/browser/xbStyle.js
share/xsl/docbook/slides/fo/plain-titlepage.xml
share/xsl/docbook/slides/fo/plain-titlepage.xsl
share/xsl/docbook/slides/fo/plain.xsl
share/xsl/docbook/slides/graphics/active/arr-next.png
share/xsl/docbook/slides/graphics/active/arr-prev.png
share/xsl/docbook/slides/graphics/active/but-fforward.png
share/xsl/docbook/slides/graphics/active/but-info.png
share/xsl/docbook/slides/graphics/active/but-next.png
share/xsl/docbook/slides/graphics/active/but-prev.png
share/xsl/docbook/slides/graphics/active/but-rewind.png
share/xsl/docbook/slides/graphics/active/nav-home.png
share/xsl/docbook/slides/graphics/active/nav-next.png
share/xsl/docbook/slides/graphics/active/nav-prev.png
share/xsl/docbook/slides/graphics/active/nav-toc.png
share/xsl/docbook/slides/graphics/active/nav-up.png
share/xsl/docbook/slides/graphics/active/w3c-next.png
share/xsl/docbook/slides/graphics/active/w3c-prev.png
share/xsl/docbook/slides/graphics/active/w3c-toc.png
share/xsl/docbook/slides/graphics/arrow.gif
share/xsl/docbook/slides/graphics/blank.gif
share/xsl/docbook/slides/graphics/blank.png
share/xsl/docbook/slides/graphics/hidetoc.gif
share/xsl/docbook/slides/graphics/inactive/but-fforward.png
share/xsl/docbook/slides/graphics/inactive/but-info.png
share/xsl/docbook/slides/graphics/inactive/but-next.png
share/xsl/docbook/slides/graphics/inactive/but-prev.png
share/xsl/docbook/slides/graphics/inactive/but-rewind.png
share/xsl/docbook/slides/graphics/inactive/nav-home.png
share/xsl/docbook/slides/graphics/inactive/nav-next.png
share/xsl/docbook/slides/graphics/inactive/nav-prev.png
share/xsl/docbook/slides/graphics/inactive/nav-toc.png
share/xsl/docbook/slides/graphics/inactive/nav-up.png
share/xsl/docbook/slides/graphics/inactive/w3c-next.png
share/xsl/docbook/slides/graphics/inactive/w3c-prev.png
share/xsl/docbook/slides/graphics/inactive/w3c-toc.png
share/xsl/docbook/slides/graphics/plus.gif
share/xsl/docbook/slides/graphics/pointer.png
share/xsl/docbook/slides/graphics/showtoc.gif
share/xsl/docbook/slides/graphics/toc/bullet.png
share/xsl/docbook/slides/graphics/toc/closed.png
share/xsl/docbook/slides/graphics/toc/open.png
share/xsl/docbook/slides/html/css.xsl
share/xsl/docbook/slides/html/default.xsl
share/xsl/docbook/slides/html/flat.xsl
share/xsl/docbook/slides/html/frames.xsl
share/xsl/docbook/slides/html/graphics.xsl
share/xsl/docbook/slides/html/jscript.xsl
share/xsl/docbook/slides/html/plain.xsl
share/xsl/docbook/slides/html/slides-common.xsl
share/xsl/docbook/slides/html/tables.xsl
share/xsl/docbook/slides/html/vslides.xsl
share/xsl/docbook/slides/html/w3c.xsl
share/xsl/docbook/slides/htmlhelp/htmlhelp.xsl
share/xsl/docbook/slides/keynote/default.xsl
share/xsl/docbook/slides/keynote/xsltsl/cmp.xsl
share/xsl/docbook/slides/keynote/xsltsl/date-time.xsl
share/xsl/docbook/slides/keynote/xsltsl/example.xsl
share/xsl/docbook/slides/keynote/xsltsl/markup.xsl
share/xsl/docbook/slides/keynote/xsltsl/math.xsl
share/xsl/docbook/slides/keynote/xsltsl/node.xsl
share/xsl/docbook/slides/keynote/xsltsl/stdlib.xsl
share/xsl/docbook/slides/keynote/xsltsl/string.xsl
share/xsl/docbook/slides/keynote/xsltsl/svg.xsl
share/xsl/docbook/slides/keynote/xsltsl/uri.xsl
share/xsl/docbook/slides/param.xsl
share/xsl/docbook/slides/svg/default.xsl
share/xsl/docbook/slides/xhtml/css.xsl
share/xsl/docbook/slides/xhtml/default.xsl
share/xsl/docbook/slides/xhtml/flat.xsl
share/xsl/docbook/slides/xhtml/frames.xsl
share/xsl/docbook/slides/xhtml/graphics.xsl
share/xsl/docbook/slides/xhtml/html2xhtml.xsl
share/xsl/docbook/slides/xhtml/jscript.xsl
share/xsl/docbook/slides/xhtml/plain.xsl
share/xsl/docbook/slides/xhtml/slides-common.xsl
share/xsl/docbook/slides/xhtml/tables.xsl
share/xsl/docbook/slides/xhtml/vslides.xsl
share/xsl/docbook/slides/xhtml/w3c.xsl
share/xsl/docbook/website/autolayout.xsl
share/xsl/docbook/website/chunk-common.xsl
share/xsl/docbook/website/chunk-tabular.xsl
share/xsl/docbook/website/chunk-website.xsl
share/xsl/docbook/website/head.xsl
share/xsl/docbook/website/makefile-dep.xsl
share/xsl/docbook/website/olink.xsl
share/xsl/docbook/website/param.xml
share/xsl/docbook/website/param.xsl
share/xsl/docbook/website/rss.xsl
share/xsl/docbook/website/tabular.xsl
share/xsl/docbook/website/toc-tabular.xsl
share/xsl/docbook/website/toc.xsl
share/xsl/docbook/website/website-common.xsl
share/xsl/docbook/website/website-targets.xsl
share/xsl/docbook/website/website.xsl
share/xsl/docbook/website/xbel.xsl
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.xsl
share/xsl/docbook/xhtml/block.xsl
share/xsl/docbook/xhtml/callout.xsl
share/xsl/docbook/xhtml/changebars.xsl
share/xsl/docbook/xhtml/chunk-code.xsl
share/xsl/docbook/xhtml/chunk-common.xsl
share/xsl/docbook/xhtml/chunk.xsl
share/xsl/docbook/xhtml/chunker.xsl
share/xsl/docbook/xhtml/chunkfast.xsl
share/xsl/docbook/xhtml/chunktoc.xsl
share/xsl/docbook/xhtml/component.xsl
share/xsl/docbook/xhtml/db5strip.xsl
share/xsl/docbook/xhtml/division.xsl
share/xsl/docbook/xhtml/docbook.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/keywords.xsl
share/xsl/docbook/xhtml/lists.xsl
share/xsl/docbook/xhtml/maketoc.xsl
share/xsl/docbook/xhtml/manifest.xsl
share/xsl/docbook/xhtml/math.xsl
share/xsl/docbook/xhtml/oldchunker.xsl
share/xsl/docbook/xhtml/onechunk.xsl
share/xsl/docbook/xhtml/param.xsl
share/xsl/docbook/xhtml/pi.xsl
share/xsl/docbook/xhtml/profile-chunk-code.xsl
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/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.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
@dirrm share/xsl/docbook/xhtml
@dirrm share/xsl/docbook/website
@dirrm share/xsl/docbook/slides/xhtml
@dirrm share/xsl/docbook/slides/svg
@dirrm share/xsl/docbook/slides/keynote/xsltsl
@dirrm share/xsl/docbook/slides/keynote
@dirrm share/xsl/docbook/slides/htmlhelp
@dirrm share/xsl/docbook/slides/html
@dirrm share/xsl/docbook/slides/graphics/toc
@dirrm share/xsl/docbook/slides/graphics/inactive
@dirrm share/xsl/docbook/slides/graphics/active
@dirrm share/xsl/docbook/slides/graphics
@dirrm share/xsl/docbook/slides/fo
@dirrm share/xsl/docbook/slides/browser
@dirrm share/xsl/docbook/slides
@dirrm share/xsl/docbook/roundtrip
@dirrm share/xsl/docbook/profiling
@dirrm share/xsl/docbook/params
@dirrm share/xsl/docbook/manpages
@dirrm share/xsl/docbook/lib
@dirrm share/xsl/docbook/javahelp
@dirrm share/xsl/docbook/images/callouts
@dirrm share/xsl/docbook/images
@dirrm share/xsl/docbook/htmlhelp
@dirrm share/xsl/docbook/html
@dirrm share/xsl/docbook/highlighting
@dirrm share/xsl/docbook/fo
@dirrm share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan
@dirrm share/xsl/docbook/extensions/xalan27/src/com/nwalsh
@dirrm share/xsl/docbook/extensions/xalan27/src/com
@dirrm share/xsl/docbook/extensions/xalan27/src
@dirrm share/xsl/docbook/extensions/xalan27/nbproject
@dirrm share/xsl/docbook/extensions/xalan27/dist
@exec ${MKDIR} %D/share/xsl/docbook/extensions/xalan27/build
@dirrm share/xsl/docbook/extensions/xalan27/build
@dirrm share/xsl/docbook/extensions/xalan27
@exec ${MKDIR} %D/share/xsl/docbook/extensions/xalan2/test
@dirrm share/xsl/docbook/extensions/xalan2/test
@dirrm share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan
@dirrm share/xsl/docbook/extensions/xalan2/src/com/nwalsh
@dirrm share/xsl/docbook/extensions/xalan2/src/com
@dirrm share/xsl/docbook/extensions/xalan2/src
@dirrm share/xsl/docbook/extensions/xalan2/nbproject
@dirrm share/xsl/docbook/extensions/xalan2/dist
@exec ${MKDIR} %D/share/xsl/docbook/extensions/xalan2/build
@dirrm share/xsl/docbook/extensions/xalan2/build
@dirrm share/xsl/docbook/extensions/xalan2
@exec ${MKDIR} %D/share/xsl/docbook/extensions/saxon65/test
@dirrm share/xsl/docbook/extensions/saxon65/test
@dirrm share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon
@dirrm share/xsl/docbook/extensions/saxon65/src/com/nwalsh
@dirrm share/xsl/docbook/extensions/saxon65/src/com
@dirrm share/xsl/docbook/extensions/saxon65/src
@dirrm share/xsl/docbook/extensions/saxon65/nbproject
@dirrm share/xsl/docbook/extensions/saxon65/dist
@exec ${MKDIR} %D/share/xsl/docbook/extensions/saxon65/build
@dirrm share/xsl/docbook/extensions/saxon65/build
@dirrm share/xsl/docbook/extensions/saxon65
@dirrm share/xsl/docbook/extensions
@dirrm share/xsl/docbook/common
@dirrm share/xsl/docbook
@unexec ${RMDIR} %D/share/xsl 2>/dev/null || ${TRUE}
@dirrm share/examples/docbook-xsl