From 935f4431d4cd858c469a195755b7f940d41a6c51 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 31 Jan 2012 04:09:13 +0000 Subject: [PATCH] Fix "added namespace" message to call get.doc.title template for the title. --- releasetools/xslns-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasetools/xslns-build b/releasetools/xslns-build index 803783320..520683622 100755 --- a/releasetools/xslns-build +++ b/releasetools/xslns-build @@ -258,7 +258,7 @@ sub nsfilter { # Convert stripNS to addNS for profiling stylesheets s|(]*name="profiled-content").*?mode="profile".*?()| Adding DocBook namespace to version 4 DocBook document |sg; - s|(\s*\n*)(\s*)(.*?()|$1$2$3 test="namespace-uri\(\*\[1\]\) != 'http://docbook.org/ns/docbook'">\n$2 \n$2 Note\n$2 \n$2 \n$2 namesp. add\n$2 \n$2 \n$2 added namespace before processing\n$2 \n$2 \n$2 \n$2 \n$2 \n$2 \n$2$4|sg; + s|(\s*\n*)(\s*)(.*?()|$1$2$3 test="namespace-uri\(\*\[1\]\) != 'http://docbook.org/ns/docbook'">\n$2 \n$2 Note\n$2 \n$2 \n$2 namesp. add\n$2 \n$2 \n$2 added namespace before processing\n$2 \n$2 \n$2 \n$2 \n$2 \n$2 \n$2$4|sg; # Remove the "Hack!" message --> s|||sg; -- 2.40.0