Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2018-07-13 10:11:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and      /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-xsl-stylesheets"

Fri Jul 13 10:11:38 2018 rev:42 rq:620735 version:2.0.12

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes    
    2018-02-15 13:22:47.993874730 +0100
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2018-07-13 10:11:38.613766503 +0200
@@ -1,0 +2,36 @@
+Wed Jun 13 15:01:52 UTC 2018 - skn...@suse.com
+
+Stable release of the SUSE XSL stylesheets 2.0.12:
+
+- HTML only:
+  - Add "Edit Source" link feature to draft mode documents
+
+- PDF/HTML:
+  - Fix "infinite" recursion issue in splitscreen template
+
+-------------------------------------------------------------------
+Tue Jun 12 13:31:26 UTC 2018 - skn...@suse.com
+
+- 2.0.11 + commit 874a2ca: Fix "infinite" recursion
+
+-------------------------------------------------------------------
+Mon Jun 11 18:33:49 UTC 2018 - skn...@suse.com
+
+Stable release of the SUSE XSL stylesheets 2.0.11:
+
+- HTML only:
+  - Fix label code for "Report Bug" links leading to GitHub
+
+- PDF/HTML
+  - Fix display of glosslists
+
+-------------------------------------------------------------------
+Tue Apr 17 12:11:12 UTC 2018 - skn...@suse.com
+
+Stable release of the SUSE XSL stylesheets 2.0.10:
+
+- HTML only:
+  - Treat simpara in listitem like para in listitem
+  - Allow "Draft" watermark to shine through again
+
+-------------------------------------------------------------------

Old:
----
  suse-xsl-stylesheets-2.0.9.tar.bz2

New:
----
  suse-xsl-stylesheets-2.0.12.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ suse-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.ynceB5/_old  2018-07-13 10:11:39.061767026 +0200
+++ /var/tmp/diff_new_pack.ynceB5/_new  2018-07-13 10:11:39.061767026 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           suse-xsl-stylesheets
-Version:        2.0.9
+Version:        2.0.12
 Release:        0
 
 ###############################################################

++++++ suse-xsl-stylesheets-2.0.9.tar.bz2 -> 
suse-xsl-stylesheets-2.0.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/ChangeLog 
new/suse-xsl-stylesheets/ChangeLog
--- old/suse-xsl-stylesheets/ChangeLog  2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/ChangeLog  2018-06-13 16:59:34.000000000 +0200
@@ -1,4 +1,44 @@
 -------------------------------------------------------------------
+Wed Jun 13 13:37:00 UTC 2018 - skn...@suse.de
+
+Stable release of the SUSE XSL stylesheets 2.0.12:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+HTML only:
+* Add "Edit Source" link feature to draft mode documents
+
+PDF/HTML:
+* Fix "infinite" recursion issue in splitscreen template
+
+-------------------------------------------------------------------
+Mon Jun 11 13:37:00 UTC 2018 - skn...@suse.de
+
+Stable release of the SUSE XSL stylesheets 2.0.11:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+HTML only:
+* Fix label code for "Report Bug" links leading to GitHub
+
+PDF/HTML:
+* Fix display of glosslists
+
+-------------------------------------------------------------------
+Mon Apr 16 13:37:00 UTC 2018 - skn...@suse.de
+
+Stable release of the SUSE XSL stylesheets 2.0.10:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+HTML only:
+* Treat simpara in listitem like para in listitem
+* Allow "Draft" watermark to shine through again
+
+-------------------------------------------------------------------
 Thu Feb 14 15:27:00 UTC 2018 - skn...@suse.de
 
 Stable release of the SUSE XSL stylesheets 2.0.9:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/Makefile 
new/suse-xsl-stylesheets/Makefile
--- old/suse-xsl-stylesheets/Makefile   2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/Makefile   2018-06-13 16:59:34.000000000 +0200
@@ -12,7 +12,7 @@
 SHELL         := /bin/bash
 PACKAGE       := suse-xsl-stylesheets
 # HINT: Also raise version number in packaging/suse-xsl-stylesheets.spec
-VERSION       := 2.0.8
+VERSION       := 2.0.12
 CDIR          := $(shell pwd)
 DIST_EXCLUDES := packaging/exclude-files_for_susexsl_package.txt
 SUSE_XML_PATH := $(PREFIX)/xml/suse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/README.adoc 
new/suse-xsl-stylesheets/README.adoc
--- old/suse-xsl-stylesheets/README.adoc        2018-02-14 15:28:15.000000000 
+0100
+++ new/suse-xsl-stylesheets/README.adoc        2018-06-13 16:59:34.000000000 
+0200
@@ -1,4 +1,4 @@
-SUSE XSL Stylesheets 2.0.8
+SUSE XSL Stylesheets 2.0.12
 ============================
 
 :numbered:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/packaging/suse-xsl-stylesheets.spec 
new/suse-xsl-stylesheets/packaging/suse-xsl-stylesheets.spec
--- old/suse-xsl-stylesheets/packaging/suse-xsl-stylesheets.spec        
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/packaging/suse-xsl-stylesheets.spec        
2018-06-13 16:59:34.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           suse-xsl-stylesheets
-Version:        2.0.9
+Version:        2.0.12
 Release:        0
 
 ###############################################################
@@ -68,7 +68,6 @@
 Requires:       docbook-xsl-stylesheets >= 1.77
 Requires:       docbook5-xsl-stylesheets >= 1.77
 Requires:       libxslt
-Requires:       aspell-en
 Requires:       sgml-skel >= 0.7
 Requires(post): sgml-skel >= 0.7
 Requires(postun): sgml-skel >= 0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/ar.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/ar.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/ar.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/ar.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -33,6 +33,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="الرسم التوضيحي&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="الإجراء&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="الجدول&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/cs.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/cs.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/cs.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/cs.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -47,6 +47,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Obr&#225;zek&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Postup&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabulka&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/da.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/da.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/da.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/da.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -57,6 +57,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Figur&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Fremgangsm&#229;de&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabel&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/de.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/de.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/de.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/de.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -56,6 +56,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Abbildung %n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Prozedur %n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabelle %n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/en.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/en.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/en.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/en.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -62,6 +62,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Figure&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Procedure&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Table&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/es.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/es.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/es.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/es.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -59,6 +59,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Figura %n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Procedimiento %n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabla %n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/fi.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/fi.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/fi.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/fi.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -49,6 +49,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Kuva&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Toiminto&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Taulukko&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/fr.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/fr.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/fr.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/fr.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -60,6 +60,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Figure %nt&#160;:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Proc&#233;dure %nt&#160;:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tableau %n&#160;:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/hu.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/hu.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/hu.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/hu.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -55,6 +55,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="%n.&#160;&#225;bra:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="%n.&#160;elj&#225;r&#225;s:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="%n.&#160;t&#225;bl&#225;zat:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/it.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/it.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/it.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/it.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -54,6 +54,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Figura %n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Procedura %n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabella %n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/ja.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/ja.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/ja.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/ja.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -48,6 +48,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="&#22259; %n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="&#25163;&#38918; %n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="&#34920; %n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/ko.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/ko.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/ko.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/ko.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -55,6 +55,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text=" &#44536;&#47548; %n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="&#51208;&#52264; %n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="&#54364;&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/lt_lt.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/lt_lt.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/lt_lt.xml     2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/lt_lt.xml     2018-06-13 
16:59:34.000000000 +0200
@@ -52,6 +52,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="%n&#160;pav.:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="%n&#160;proced&#363;ra:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="%n&#160;lentel&#279;:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/nl.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/nl.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/nl.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/nl.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -60,6 +60,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Afbeelding&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Procedure&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabel&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/no.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/no.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/no.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/no.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -49,6 +49,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Figur&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Prosedyre&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabell&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/pl.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/pl.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/pl.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/pl.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -51,6 +51,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Rysunek&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Procedura&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabela&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/pt_br.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/pt_br.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/pt_br.xml     2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/pt_br.xml     2018-06-13 
16:59:34.000000000 +0200
@@ -55,6 +55,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Figura&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Procedimento&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabela&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/ru.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/ru.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/ru.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/ru.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -54,6 +54,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Рисунок %n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="Процедура %n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Таблица %n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/sv.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/sv.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/sv.xml        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/sv.xml        2018-06-13 
16:59:34.000000000 +0200
@@ -53,6 +53,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="Figur&#160;%n:"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="G&#246;r s&#229; 
h&#228;r&#160;%n:"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="Tabell&#160;%n:"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/zh_cn.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/zh_cn.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/zh_cn.xml     2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/zh_cn.xml     2018-06-13 
16:59:34.000000000 +0200
@@ -58,6 +58,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="&#22270; %n︰"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="&#36807;&#31243; %n︰"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="&#34920; %n︰"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/zh_tw.xml 
new/suse-xsl-stylesheets/suse2013/common/l10n/zh_tw.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/zh_tw.xml     2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/zh_tw.xml     2018-06-13 
16:59:34.000000000 +0200
@@ -82,6 +82,8 @@
       <l:template name="example-title" text="%t"/>
       <l:template name="figure-label" text="&#22294;&#24418; %n︰"/>
       <l:template name="figure-title" text="%t"/>
+      <l:template name="glosslist-label" text=""/>
+      <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="&#31243;&#24207; %n︰"/>
       <l:template name="procedure-title" text="%t"/>
       <l:template name="table-label" text="&#34920;&#26684; %n︰"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/suse2013/common/screen-length.xsl 
new/suse-xsl-stylesheets/suse2013/common/screen-length.xsl
--- old/suse-xsl-stylesheets/suse2013/common/screen-length.xsl  2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/common/screen-length.xsl  2018-06-13 
16:59:34.000000000 +0200
@@ -14,10 +14,11 @@
 
   <!-- Maximum preferred screen length of a string before line break -->
   <xsl:param name="screen.max.length" select="80"/>
-
+  <xsl:param name="screen.max.lines" select="250"/>
 
   <xsl:template name="splitscreen">
     <xsl:param name="text" select="string(.)"/>
+    <xsl:param name="linecount" select="1"/>
 
     <xsl:choose>
       <xsl:when test="contains($text, '&#10;')">
@@ -28,17 +29,19 @@
           <xsl:value-of select="substring-after($text, '&#10;')"/>
         </xsl:variable>
 
-        <xsl:if test="string-length($text-before-first-break) >
-                      $screen.max.length">1</xsl:if>
-
-        <xsl:if test="not($text-after-first-break = '')">
-          <xsl:call-template name="splitscreen">
-            <xsl:with-param name="text" select="$text-after-first-break"/>
-          </xsl:call-template>
-        </xsl:if>
+        <xsl:choose>
+          <xsl:when test="string-length($text-before-first-break) &gt;
+                          $screen.max.length">longlines</xsl:when>
+          <xsl:when test="$linecount &gt; 
$screen.max.lines">manylines</xsl:when>
+          <xsl:when test="not($text-after-first-break = '')">
+            <xsl:call-template name="splitscreen">
+              <xsl:with-param name="text" select="$text-after-first-break"/>
+              <xsl:with-param name="linecount" select="$linecount + 1"/>
+            </xsl:call-template>
+          </xsl:when>
+        </xsl:choose>
       </xsl:when>
-      <xsl:when test="string-length($text) > $screen.max.length">1</xsl:when>
-      <xsl:otherwise>0</xsl:otherwise>
+      <xsl:otherwise>goodlines</xsl:otherwise>
     </xsl:choose>
   </xsl:template>
 
@@ -58,21 +61,33 @@
     </xsl:variable>
 
     <!-- Apply it only to programlisting and screen -->
-    <xsl:if test="(self::programlisting or self::screen) and number($result) > 
0">
+    <xsl:if test="(self::programlisting or self::screen) and $result != 
'goodlines'">
       <xsl:call-template name="log.message">
         <xsl:with-param name="level">Warn</xsl:with-param>
         <xsl:with-param name="source">
-          <xsl:text>(in </xsl:text>
-          <xsl:value-of 
select="(./ancestor-or-self::*/@id|./ancestor-or-self::*/@xml:id)[last()]"/>
-          <xsl:text>)</xsl:text>
+          <xsl:if 
test="(./ancestor-or-self::*/@id|./ancestor-or-self::*/@xml:id)">
+            <xsl:text>(in </xsl:text>
+            <xsl:value-of 
select="(./ancestor-or-self::*/@id|./ancestor-or-self::*/@xml:id)[last()]"/>
+            <xsl:text>)</xsl:text>
+          </xsl:if>
         </xsl:with-param>
         <xsl:with-param name="context-desc" select="local-name(.)"/>
         <xsl:with-param name="message">
-           <xsl:text>String in </xsl:text>
-           <xsl:value-of select="local-name(.)"/>
-           <xsl:text> is longer than </xsl:text>
-           <xsl:value-of select="$screen.max.length"/>
-           <xsl:text> characters.</xsl:text>
+          <xsl:choose>
+            <xsl:when test="$result = 'manylines'">
+              <xsl:value-of select="local-name(.)"/>
+              <xsl:text> has more than </xsl:text>
+              <xsl:value-of select="$screen.max.lines"/>
+              <xsl:text> lines.</xsl:text>
+            </xsl:when>
+            <xsl:otherwise>
+              <xsl:text>Line in </xsl:text>
+              <xsl:value-of select="local-name(.)"/>
+              <xsl:text> is longer than </xsl:text>
+              <xsl:value-of select="$screen.max.length"/>
+              <xsl:text> characters.</xsl:text>
+            </xsl:otherwise>
+          </xsl:choose>
          </xsl:with-param>
       </xsl:call-template>
     </xsl:if>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/fo/formal.xsl 
new/suse-xsl-stylesheets/suse2013/fo/formal.xsl
--- old/suse-xsl-stylesheets/suse2013/fo/formal.xsl     2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/fo/formal.xsl     2018-06-13 
16:59:34.000000000 +0200
@@ -129,7 +129,7 @@
   </xsl:template>
 
   <xsl:template
-    
match="procedure|example|table|figure|variablelist|itemizedlist|orderedlist"
+    
match="procedure|example|table|figure|glosslist|variablelist|itemizedlist|orderedlist"
     mode="object.label.template">
     <xsl:call-template name="gentext.template">
       <xsl:with-param name="context" select="'styles'"/>
@@ -137,7 +137,7 @@
     </xsl:call-template>
   </xsl:template>
 
-  <xsl:template 
match="procedure|example|table|figure|variablelist|itemizedlist|orderedlist"
+  <xsl:template 
match="procedure|example|table|figure|glosslist|variablelist|itemizedlist|orderedlist"
     mode="object.title.template">
     <xsl:call-template name="gentext.template">
       <xsl:with-param name="context" select="'styles'"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/fo/param.xsl 
new/suse-xsl-stylesheets/suse2013/fo/param.xsl
--- old/suse-xsl-stylesheets/suse2013/fo/param.xsl      2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/fo/param.xsl      2018-06-13 
16:59:34.000000000 +0200
@@ -100,6 +100,7 @@
 
 <!-- 16. Glossary =============================================== -->
 <xsl:param name="glossary.as.blocks" select="1"/>
+<xsl:param name="glosslist.as.blocks" select="1"/>
 
 <!-- 17. Miscellaneous ========================================== -->
 <xsl:param name="bookmarks.collapse" select="0"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/static/css/style.css 
new/suse-xsl-stylesheets/suse2013/static/css/style.css
--- old/suse-xsl-stylesheets/suse2013/static/css/style.css      2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/static/css/style.css      2018-06-13 
16:59:34.000000000 +0200
@@ -106,7 +106,7 @@
 }
 
 #_content {
-    background: #FFF url(../images/dots-gray.png) repeat-x scroll 0px 0px;
+    background: transparent url(../images/dots-gray.png) repeat-x scroll 0px 
0px;
     min-height: 139px;
     clear: both;
     min-width: 150px;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/static/js/script.js 
new/suse-xsl-stylesheets/suse2013/static/js/script.js
--- old/suse-xsl-stylesheets/suse2013/static/js/script.js       2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/static/js/script.js       2018-06-13 
16:59:34.000000000 +0200
@@ -183,7 +183,7 @@
     url += "&amp;milestone=" + encodeURIComponent(ghMilestone);
   }
   if (ghLabels) {
-    url += "&amp;labels=" + encodeURIComponent(labels[i]);
+    url += "&amp;labels=" + encodeURIComponent(ghLabels);
   }
   return url;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/chunk-common.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/chunk-common.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/chunk-common.xsl    2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/chunk-common.xsl    2018-06-13 
16:59:34.000000000 +0200
@@ -621,7 +621,6 @@
             <xsl:call-template name="outerelement.class.attribute">
               <xsl:with-param name="node" select="'id-content'"/>
             </xsl:call-template>
-            <xsl:call-template name="metadata"/>
             <div class="documentation">
 
             <xsl:copy-of select="$content"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/component.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/component.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/component.xsl       2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/component.xsl       2018-06-13 
16:59:34.000000000 +0200
@@ -63,6 +63,7 @@
     <xsl:call-template name="create.permalink.singlehtml">
       <xsl:with-param name="object" select="$node"/>
     </xsl:call-template>
+    <xsl:call-template name="editlink"/>
   </xsl:element>
   <xsl:call-template name="debug.filename-id"/>
 </xsl:template>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/division.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/division.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/division.xsl        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/division.xsl        2018-06-13 
16:59:34.000000000 +0200
@@ -57,6 +57,7 @@
       <xsl:call-template name="create.permalink.singlehtml">
         <xsl:with-param name="object" select="$node"/>
       </xsl:call-template>
+      <xsl:call-template name="editlink"/>
     </h1>
   </xsl:template>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/docbook.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/docbook.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/docbook.xsl 2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/docbook.xsl 2018-06-13 
16:59:34.000000000 +0200
@@ -68,7 +68,6 @@
   <xsl:include href="titlepage.xsl"/>
   <xsl:include href="titlepage.templates.xsl"/>
 
-  <xsl:include href="metadata.xsl"/>
   <xsl:include href="tracker.meta.xsl"/>
 
 
@@ -608,7 +607,6 @@
           <xsl:call-template name="outerelement.class.attribute">
             <xsl:with-param name="node" select="'id-content'"/>
           </xsl:call-template>
-          <xsl:call-template name="metadata"/>
           <div class="documentation">
 
           <xsl:apply-templates select="."/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/formal.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/formal.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/formal.xsl  2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/formal.xsl  2018-06-13 
16:59:34.000000000 +0200
@@ -35,7 +35,7 @@
 
 
   <xsl:template
-    
match="procedure|example|table|figure|variablelist|itemizedlist|orderedlist"
+    
match="procedure|example|table|figure|glosslist|variablelist|itemizedlist|orderedlist"
     mode="object.label.template">
     <xsl:call-template name="gentext.template">
       <xsl:with-param name="context" select="'styles'"/>
@@ -43,7 +43,7 @@
     </xsl:call-template>
   </xsl:template>
 
-  <xsl:template 
match="procedure|example|table|figure|variablelist|itemizedlist|orderedlist"
+  <xsl:template 
match="procedure|example|table|figure|glosslist|variablelist|itemizedlist|orderedlist"
     mode="object.title.template">
     <xsl:call-template name="gentext.template">
       <xsl:with-param name="context" select="'styles'"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/lists.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/lists.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/lists.xsl   2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/lists.xsl   2018-06-13 
16:59:34.000000000 +0200
@@ -134,4 +134,26 @@
    </xsl:call-template>
   </xsl:template>
 
+<xsl:template match="listitem/simpara" priority="10">
+  <!-- Unlike the original DocBook stylesheets, if a listitem contains only a
+  single simpara, we still want to output the <p> wrapper... This is 
essentially
+  a copy of the match="para" template. -->
+  <xsl:call-template name="paragraph">
+    <xsl:with-param name="class">
+      <xsl:if test="@role and $para.propagates.style != 0">
+        <xsl:value-of select="@role"/>
+      </xsl:if>
+    </xsl:with-param>
+    <xsl:with-param name="content">
+      <xsl:if test="position() = 1 and parent::d:listitem">
+        <xsl:call-template name="anchor">
+          <xsl:with-param name="node" select="parent::d:listitem"/>
+        </xsl:call-template>
+      </xsl:if>
+      <xsl:call-template name="anchor"/>
+      <xsl:apply-templates/>
+    </xsl:with-param>
+  </xsl:call-template>
+</xsl:template>
+
 </xsl:stylesheet>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/metadata.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/metadata.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/metadata.xsl        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/metadata.xsl        1970-01-01 
01:00:00.000000000 +0100
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!-- 
-   Purpose:  Inserts Meta information
--->
-
-<xsl:stylesheet version="1.0"
-  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
-  xmlns:dp="urn:x-suse:xmlns:docproperties"
-  xmlns:date="http://exslt.org/dates-and-times";
-  xmlns="http://www.w3.org/1999/xhtml";
-  extension-element-prefixes="date"
-  exclude-result-prefixes="date">
-
- <!-- Use a key to find the node dp:filename in 'METAFILE' -->
- <xsl:param name="metafilename" select="'METAFILE'"/>
- <xsl:key name="status" match="dp:filename" use="self::dp:filename"/>
-
-  <xsl:template name="titlepage.timestamp">
-    <xsl:variable name="format">
-      <xsl:call-template name="gentext.template">
-        <xsl:with-param name="context" select="'datetime'"/>
-        <xsl:with-param name="name" select="'titlepage.format'"/>
-      </xsl:call-template>
-    </xsl:variable>
-    <xsl:variable name="date">
-      <xsl:choose>
-        <xsl:when test="function-available('date:date-time')">
-          <xsl:value-of select="date:date-time()"/>
-        </xsl:when>
-        <xsl:when test="function-available('date:dateTime')">
-          <!-- Xalan quirk -->
-          <xsl:value-of select="date:dateTime()"/>
-        </xsl:when>
-      </xsl:choose>
-    </xsl:variable>
-    <p class="ds-message">
-      Last built on
-      <xsl:call-template name="datetime.format">
-        <xsl:with-param name="date" select="$date"/>
-        <xsl:with-param name="format" select="$format"/>
-        <xsl:with-param name="padding" select="1"/>
-      </xsl:call-template>
-    </p>
-  </xsl:template>
-
-<xsl:template name="getmetadata">
- <xsl:param name="filename" select="'UNKNOWN'"/>
-
- <xsl:variable name="metafilenodes" 
select="document($metafilename,.)/*/dp:filename"/>
- <xsl:variable name="dpfilenamenode" select="$metafilenodes[generate-id(.) =   
generate-id(key('status', $filename))]"/>
-  <div class="doc-status">
-   <xsl:choose>
-    <xsl:when test="count($dpfilenamenode) = 0 and $filename != ''">
-     <xsl:message>WARNING: Could not retrieve metadata for filename 
-      <xsl:value-of select="concat(&quot;'&quot;, $filename, &quot;' 
&quot;)"/>.
-      Type &quot;man docmanager&quot; to learn more.</xsl:message>
-      <p class="ds-message">No Status Information available.</p>
-    </xsl:when>
-    <xsl:otherwise>
-      <span class="ds-head">Status information</span>
-      <ul>
-       <li><span class="ds-label">Filename: </span><xsl:value-of 
select="$filename"/></li>
-       <li><span class="ds-label">Maintainer: </span><xsl:value-of 
select="$dpfilenamenode/@maintainer"/></li>
-       <li>
-         <span class="ds-label">Status: </span><xsl:value-of 
select="$dpfilenamenode/@status"/>
-         <xsl:if test="$dpfilenamenode/@prelim = 'yes'">
-           <xsl:text>, preliminary</xsl:text>
-         </xsl:if>
-       </li>
-      </ul>
-    </xsl:otherwise>
-   </xsl:choose>
-  <xsl:call-template name="titlepage.timestamp"/>
-  </div>
-</xsl:template>
-
-<xsl:template name="metadata">
-            <xsl:if test="$use.meta != 0">
-              <!--
-                On every structural element (like chapter, preface, ...) we
-                have a xml:base attribute pointing to the filename
-                If it isn't available, we point to the book filename
-              -->
-              <xsl:variable name="xmlbase.filename">
-                <xsl:variable name="_xmlbase" 
-                  select="(ancestor-or-self::chapter|
-                  ancestor-or-self::preface|
-                  ancestor-or-self::appendix|
-                  ancestor-or-self::glossary)/@xml:base"/>
-                <xsl:choose>
-                  <xsl:when test="$_xmlbase != ''">
-                    <xsl:value-of select="$_xmlbase"/>
-                  </xsl:when>
-                  <xsl:otherwise>
-                    <xsl:value-of select="ancestor-or-self::book/@xml:base"/>
-                  </xsl:otherwise>
-                </xsl:choose>
-              </xsl:variable>
-              <xsl:comment>htdig_noindex</xsl:comment>
-              <xsl:call-template name="getmetadata">
-                <xsl:with-param name="filename" select="$xmlbase.filename"/>
-              </xsl:call-template>
-              <xsl:comment>/htdig_noindex</xsl:comment>
-            </xsl:if>
-</xsl:template>
-
-</xsl:stylesheet>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/param.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/param.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/param.xsl   2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/param.xsl   2018-06-13 
16:59:34.000000000 +0200
@@ -62,6 +62,14 @@
          (don't copy from here, for technical reasons I can't use hyphens and
          must use dashes). -->
 
+  <!-- Force showing "Edit Source" link, even if draft mode is off -->
+  <!-- (dm:editurl needs to be defined in the document) -->
+  <xsl:param name="show.edit.link" select="0"/>
+    <!-- Override with:
+            ––param="show.editlink=1"
+         (don't copy from here, for technical reasons I can't use hyphens and
+         must use dashes). -->
+
 
 <!-- 1. Admonitions  ============================================ -->
   <!-- Use graphics in admonitions?  0=no, 1=yes -->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/sections.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/sections.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/sections.xsl        2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/sections.xsl        2018-06-13 
16:59:34.000000000 +0200
@@ -11,6 +11,7 @@
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
   xmlns:exsl="http://exslt.org/common";
   xmlns="http://www.w3.org/1999/xhtml";
+  xmlns:dm="urn:x-suse:ns:docmanager"
   exclude-result-prefixes="exsl">
 
   <xsl:template name="create.header.title">
@@ -160,6 +161,7 @@
       <xsl:call-template name="create.permalink">
          <xsl:with-param name="object" select="."/>
       </xsl:call-template>
+      <xsl:call-template name="editlink"/>
     </xsl:element>
   </div>
 </xsl:template>
@@ -229,6 +231,7 @@
     <xsl:call-template name="create.permalink">
        <xsl:with-param name="object" select="$section"/>
     </xsl:call-template>
+    <xsl:call-template name="editlink"/>
     <xsl:call-template name="create.header.line">
        <xsl:with-param name="object" select="$section"/>
     </xsl:call-template>
@@ -284,22 +287,13 @@
 <xsl:template name="debug.filename-id">
   <xsl:param name="node" select="."/>
   <xsl:variable name="xmlbase"
-    select="ancestor-or-self::*[self::chapter or
-                                self::appendix or
-                                self::part or
-                                self::reference or
-                                self::preface or
-                                self::glossary or
-                                self::sect1 or
-                                self::sect2 or
-                                self::sect3 or
-                                self::sect4][1]/@xml:base"/>
+    select="ancestor-or-self::*[@xml:base][1]/@xml:base"/>
 
   <xsl:if test="$draft.mode = 'yes' and $xmlbase != ''">
     <div class="doc-status">
       <ul>
         <li>
-          <span class="ds-label">Filename: </span>
+          <span class="ds-label">File Name: </span>
           <xsl:value-of select="$xmlbase"/>
         </li>
         <li>
@@ -318,5 +312,13 @@
   </xsl:if>
 </xsl:template>
 
+<xsl:template name="editlink">
+  <xsl:variable name="editurl" 
select="ancestor-or-self::*/*[concat(local-name(.), 
'info')]/dm:docmanager/dm:editurl[1]"/>
+  <xsl:variable name="xmlbase" 
select="ancestor-or-self::*[@xml:base][1]/@xml:base"/>
+  <xsl:if test="($draft.mode = 'yes' or $show.edit.link = 1) and $editurl != 
'' and $xmlbase != ''">
+    <a class="report-bug" target="_blank" href="{$editurl}{$xmlbase}"
+      title="Edit the source file for this section">Edit source</a>
+  </xsl:if>
+</xsl:template>
 
 </xsl:stylesheet>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/titlepage.xsl 
new/suse-xsl-stylesheets/suse2013/xhtml/titlepage.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/titlepage.xsl       2018-02-14 
15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/suse2013/xhtml/titlepage.xsl       2018-06-13 
16:59:34.000000000 +0200
@@ -55,6 +55,7 @@
     <xsl:call-template name="create.permalink.singlehtml">
       <xsl:with-param name="object" select=".."/>
     </xsl:call-template>
+    <xsl:call-template name="editlink"/>
   </h1>
 </xsl:template>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-article/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-article/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-article/DC-art       
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-article/DC-art       
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="art.foo"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-book/DC-book 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-book/DC-book
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-book/DC-book 
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-book/DC-book 
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="book.foo"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-admonition/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-admonition/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-admonition/DC-art      
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-admonition/DC-art      
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.admonition"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-command/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-command/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-command/DC-art 
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-command/DC-art 
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.command"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-footnote/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-footnote/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-footnote/DC-art        
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-footnote/DC-art        
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.remark-footnote"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-glossary/DC-glossary 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-glossary/DC-glossary
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-glossary/DC-glossary   
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-glossary/DC-glossary   
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.glossary"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-glossary/xml/test.xml 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-glossary/xml/test.xml
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-glossary/xml/test.xml  
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-glossary/xml/test.xml  
2018-06-13 16:59:34.000000000 +0200
@@ -3,10 +3,6 @@
  href="urn:x-daps:xslt:profiling:docbook45-profile.xsl"
  type="text/xml"
  title="Profiling step"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.docbook.org/xml/4.5/docbookx.dtd";
-[
-
-]>
 <book lang="en" id="book.foo">
  <title>Foo Bar in the Fooish Bar DB4</title>
  <chapter id="cha.glossary">
@@ -14,6 +10,37 @@
   <para>
    Gluten-free kitsch scenester mumblecore quinoa.
   </para>
+  <sect1 id="cha.glosslist">
+   <title>Glosslist</title>
+   <para>
+    Narwhal fam subway tile tousled, portland blue bottle edison bulb kogi air
+    plant lo-fi vinyl paleo locavore typewriter stumptown.
+   </para>
+   <glosslist id="gl.glosslist">
+    <title>A Foo Glossary</title>
+     <glossentry id="gle.kogi">
+      <glossterm>Four Loko Kogi</glossterm>
+      <glossdef>
+       <para>
+        Man bun cold-pressed kogi meggings banh mi vaporware godard 90's four
+        loko pabst. Lumbersexual iceland woke hammock bushwick narwhal
+        coloring book cornhole yr, tousled kinfolk forage truffaut post-ironic.
+       </para>
+      </glossdef>
+     </glossentry>
+     <glossentry id="gle.helvetica">
+      <glossterm>Helvetica</glossterm>
+      <glossdef>
+       <para>
+        Street art helvetica jean shorts everyday carry knausgaard vaporware
+        celiac gentrify artisan paleo cronut. Salvia shoreditch schlitz occupy
+        palo santo four loko slow-carb.
+       </para>
+       <glossseealso otherterm="gle.kogi"/>
+      </glossdef>
+     </glossentry>
+   </glosslist>
+  </sect1>
   <glossary id="gl.glossary">
    <title>A Foo Glossary</title>
    <glossdiv>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-image/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-image/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-image/DC-art   
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-image/DC-art   
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.image"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-inline/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-inline/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-inline/DC-art  
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-inline/DC-art  
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.inline"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-list/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-list/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-list/DC-art    
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-list/DC-art    
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.list"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-procedure/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-procedure/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-procedure/DC-art       
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-procedure/DC-art       
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.procedure"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-reference/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-reference/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-reference/DC-art       
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-reference/DC-art       
2018-06-13 16:59:34.000000000 +0200
@@ -1,11 +1,4 @@
-## Basics
 MAIN="main.xml"
 ROOTID="cha.reference"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../suse2013"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-article/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-article/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-article/DC-art       
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-article/DC-art       
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="art.foo"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-book/DC-book 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-book/DC-book
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-book/DC-book 
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-book/DC-book 
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="book.foo"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-admonition/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-admonition/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-admonition/DC-art      
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-admonition/DC-art      
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.admonition"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-command/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-command/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-command/DC-art 
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-command/DC-art 
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.command"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-footnote/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-footnote/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-footnote/DC-art        
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-footnote/DC-art        
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.remark-footnote"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-glossary/DC-glossary 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-glossary/DC-glossary
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-glossary/DC-glossary   
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-glossary/DC-glossary   
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.glossary"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 SCHEMA="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-glossary/xml/test.xml 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-glossary/xml/test.xml
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-glossary/xml/test.xml  
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-glossary/xml/test.xml  
2018-06-13 16:59:34.000000000 +0200
@@ -2,10 +2,6 @@
 <?xml-stylesheet href="urn:x-suse:xslt:profiling:docbook50-profile.xsl"
                  type="text/xml"
                  title="Profiling step"?>
-<!DOCTYPE article
-[
-]>
-
 <book xml:lang="en" xml:id="book.foo"
   xmlns="http://docbook.org/ns/docbook";
   xmlns:xi="http://www.w3.org/2001/XInclude";
@@ -16,6 +12,37 @@
   <para>
    Gluten-free kitsch scenester mumblecore quinoa.
   </para>
+  <sect1 xml:id="cha.glosslist">
+   <title>Glosslist</title>
+   <para>
+    Narwhal fam subway tile tousled, portland blue bottle edison bulb kogi air
+    plant lo-fi vinyl paleo locavore typewriter stumptown.
+   </para>
+   <glosslist xml:id="gl.glosslist">
+    <title>A Foo Glossary</title>
+     <glossentry xml:id="gle.kogi">
+      <glossterm>Four Loko Kogi</glossterm>
+      <glossdef>
+       <para>
+        Man bun cold-pressed kogi meggings banh mi vaporware godard 90's four
+        loko pabst. Lumbersexual iceland woke hammock bushwick narwhal
+        coloring book cornhole yr, tousled kinfolk forage truffaut post-ironic.
+       </para>
+      </glossdef>
+     </glossentry>
+     <glossentry xml:id="gle.helvetica">
+      <glossterm>Helvetica</glossterm>
+      <glossdef>
+       <para>
+        Street art helvetica jean shorts everyday carry knausgaard vaporware
+        celiac gentrify artisan paleo cronut. Salvia shoreditch schlitz occupy
+        palo santo four loko slow-carb.
+       </para>
+       <glossseealso otherterm="gle.kogi"/>
+      </glossdef>
+     </glossentry>
+   </glosslist>
+  </sect1>
   <glossary xml:id="gl.glossary">
    <title>A Foo Glossary</title>
    <glossdiv>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-image/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-image/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-image/DC-art   
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-image/DC-art   
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.image"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-inline/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-inline/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-inline/DC-art  
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-inline/DC-art  
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.inline"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-list/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-list/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-list/DC-art    
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-list/DC-art    
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.list"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-procedure/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-procedure/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-procedure/DC-art       
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-procedure/DC-art       
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="test.xml"
 ROOTID="cha.procedure"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-reference/DC-art 
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-reference/DC-art
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-reference/DC-art       
2018-02-14 15:28:15.000000000 +0100
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-reference/DC-art       
2018-06-13 16:59:34.000000000 +0200
@@ -1,12 +1,5 @@
-## Basics
 MAIN="main.xml"
 ROOTID="cha.reference"
 
-## Profiling
-# "[no]quick" is not an actual OS -- it determines whether or not the links 
into
-# the Quick Start Guide should be added
-PROFOS="osuse;noquick"
-PROFARCH="x86;amd64;em64t"
-
 STYLEROOT="../../../build/stylesheet/suse2013-ns"
 DOCBOOK5_RNG_URI="file:///usr/share/xml/docbook/schema/rng/5.1/docbookxi.rnc"


Reply via email to