Method: IsoDoc::PresentationXMLConvert#metadata
- Defined in:
- lib/isodoc/presentation_function/metadata.rb
#metadata(docxml) ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'lib/isodoc/presentation_function/metadata.rb', line 3 def (docxml) (docxml) (docxml) (docxml) localized_strings(docxml) a = docxml.at(ns("//metanorma-extension")) or return a.elements.empty? and a.remove end |