Method: IsoDoc::PresentationXMLConvert#combine_conflated_xref_locations_container

Defined in:
lib/isodoc/presentation_function/xrefs.rb

#combine_conflated_xref_locations_container(locs, ret) ⇒ Object



121
122
123
124
125
126
127
128
# File 'lib/isodoc/presentation_function/xrefs.rb', line 121

def combine_conflated_xref_locations_container(locs, ret)
  container = @xrefs.anchor(locs.first[:node]["target"], :container,
                            false)
  prefix_container?(container, locs.first[:node]) and
    ret = prefix_container(container, ret, locs.first[:node],
                           locs.first[:node]["target"])
  ret
end