Method: IsoDoc::PresentationXMLConvert#termdomain
- Defined in:
- lib/isodoc/presentation_function/terms.rb
#termdomain(elem, fmt_defn) ⇒ Object
81 82 83 84 85 86 |
# File 'lib/isodoc/presentation_function/terms.rb', line 81 def termdomain(elem, fmt_defn) d = elem.at(ns(".//domain")) or return p = fmt_defn.at(ns(".//p")) or return d1 = semx_fmt_dup(d) p.add_first_child "<#{to_xml(d1)}> " end |