Method: IsoDoc::PresentationXMLConvert#metadata
- Defined in:
- lib/isodoc/presentation_function/metadata.rb
#metadata(docxml) ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'lib/isodoc/presentation_function/metadata.rb', line 3 def (docxml) (docxml) (docxml) preprocess_xslt_insert(docxml) a = docxml.at(ns("//bibdata")) or return a.next = "<localized-strings>#{i8n_name(trim_hash(@i18n.get), '').join}" \ "</localized-strings>" end |