Add missing namespace declaration.

This commit is contained in:
Hiroki Sato 2013-11-11 18:51:31 +00:00
parent 6db049ce33
commit a60d230fde
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43169

View file

@ -4,6 +4,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:str="http://exslt.org/strings"
xmlns:db="http://docbook.org/ns/docbook"
xmlns="http://www.w3.org/1999/xhtml"
exclude-result-prefixes="db str"
extension-element-prefixes="str"