Method: IsoDoc::WordFunction::Postprocess#authority_cleanup
- Defined in:
- lib/isodoc/word_function/postprocess.rb
#authority_cleanup(docxml) ⇒ Object
91 92 93 94 95 |
# File 'lib/isodoc/word_function/postprocess.rb', line 91 def (docxml) %w(copyright license legal feedback).each do |t| (docxml, t) end end |