class Metanorma::Generic::Converter
def bibdata_hash(xmldoc)
def bibdata_hash(xmldoc) b = xmldoc.at("//bibdata") || xmldoc.at("//xmlns:bibdata") BibdataConfig.from_xml("<metanorma>#{b.to_xml}</metanorma>") .bibdata.to_hash end
def bibdata_hash(xmldoc) b = xmldoc.at("//bibdata") || xmldoc.at("//xmlns:bibdata") BibdataConfig.from_xml("<metanorma>#{b.to_xml}</metanorma>") .bibdata.to_hash end