'tools',
'build',
'slides',
-'template',
'website',
'wordml',
);
# change namespace test from != to =
s|(namespace-uri\(/\*\)\s*)!=(\s*['"]http://docbook.org/ns/docbook['"])|$1=$2|sg;
+ # Set the db.prefix for template/titlepage.xsl
+ s|(<xsl:variable name="db.prefix">)d:(</xsl:variable>)|$1$2|sg;
# remove d: prefix to literal tocentry in maketoc.xsl
if ($infile =~ /maketoc/) {
$newstring .= $pre;
# pass through XSL key words and mixed case names and olink elements
- if ( $name =~ /(^mod$|^div$|^and$|^or$|^ttl$|^xreftext$|^dir$|^sitemap$|^obj$|^document$|^.*[A-Z].*$)/ ) {
+ if ( $name =~ /(^mod$|^div$|^and$|^or$|^ttl$|^xreftext$|^dir$|^sitemap$|^obj$|^document$|^exsl$|^.*[A-Z].*$)/ ) {
# pass this name through
$newstring .= $name;
'tools',
'build',
'slides',
-'template',
'website',
'wordml',
);
# change namespace test from = to !=
s|(namespace-uri\(/\*\)\s*)=(\s*['"]http://docbook.org/ns/docbook['"])|$1!=$2|sg;
+ # Set the db.prefix for template/titlepage.xsl
+ s|(<xsl:variable name="db.prefix">)(</xsl:variable>)|$1d:$2|sg;
+
# Add d: prefix to literal tocentry in maketoc.xsl
if ($infile =~ /maketoc/) {
$newstring .= $pre;
# pass through XSL key words and mixed case names and olink elements
- if ( $name =~ /(^mod$|^div$|^and$|^or$|^ttl$|^xreftext$|^dir$|^sitemap$|^obj$|^document$|^.*[A-Z].*$)/ ) {
+ if ( $name =~ /(^mod$|^div$|^and$|^or$|^ttl$|^xreftext$|^dir$|^sitemap$|^obj$|^document$|^exsl$|^.*[A-Z].*$)/ ) {
# pass this name through
$newstring .= $name;