# File lib/asciidoctor/backends/docbook5.rb, line 21 def template @template ||= @eruby.new <%#encoding:UTF-8%><?xml version="1.0" encoding="UTF-8"?><%if attr? :toc %><?asciidoc-toc?><%endif attr? :numbered %><?asciidoc-numbered?><%endif doctype == 'book' %><book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"<% unless attr? :nolang %> xml:lang="<%= attr :lang, 'en' %>"<% end %>><info>#{docinfo}</info><%= content.chomp %></book><%else %><article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"<% unless attr? :nolang %> xml:lang="<%= attr :lang, 'en' %>"<% end %>><info>#{docinfo}</info><%= content.chomp %></article><%end %> end
Generated with the Darkfish Rdoc Generator 2.