Method: IsoDoc::PresentationXMLConvert#deprecates
- Defined in:
- lib/isodoc/presentation_function/concepts.rb
#deprecates(elem) ⇒ Object
140 141 142 143 144 |
# File 'lib/isodoc/presentation_function/concepts.rb', line 140 def deprecates(elem) elem.xpath(ns(".//semx[@element = 'deprecates']")).each do |t| t.previous = @i18n.l10n("#{@i18n.deprecated}: ") end end |