Add missing namespace declaration.
This commit is contained in:
parent
6db049ce33
commit
a60d230fde
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43169
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:str="http://exslt.org/strings"
|
xmlns:str="http://exslt.org/strings"
|
||||||
|
xmlns:db="http://docbook.org/ns/docbook"
|
||||||
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns="http://www.w3.org/1999/xhtml"
|
||||||
exclude-result-prefixes="db str"
|
exclude-result-prefixes="db str"
|
||||||
extension-element-prefixes="str"
|
extension-element-prefixes="str"
|
||||||
|
|
Loading…
Reference in a new issue