class IsoDoc::Iso::Xref

def modspec_table_components_xrefs(table, table_label)

def modspec_table_components_xrefs(table, table_label)
  table.xpath(ns(".//tr[@id]")).each do |tr|
    (@anchors[tr["id"]] && !@anchors[tr["id"]][:modspec]) or next
    @anchors[tr["id"]][:modspec] = true
    @anchors[tr["id"]][:xref] =
      l10n("#{table_label}, #{@anchors_previous[tr['id']][:xref]}")
    @anchors[tr["id"]].delete(:container)
  end
end