# File lib/asciidoctor/converter/docbook45.rb, line 91
    def document_ns_attributes doc
      if (ns = doc.attr 'xmlns')
        ns.empty? ? ' xmlns="http://docbook.org/ns/docbook"' : %( xmlns="#{ns}")
      else
        nil
      end
    end