class Asciidoctor::DocBook45::InlineAnchorTemplate
def template
def template @template ||= @eruby.new <<-EOF if @type == :xref <% if @text.nil? <xref linkend="<%= @target %>"/><% else <link linkend="<%= @target %>"><%= @text %></link><% end %><% sif @type == :ref <anchor id="<%= @target %>" xreflabel="<%= @text %>"/><% se <ulink url="<%= @target %>"><%= @text %></ulink><% d %> EOF end