Method: IsoDoc::PresentationXMLConvert#designation_pronunciation
- Defined in:
- lib/isodoc/presentation_function/concepts.rb
#designation_pronunciation(desgn, name) ⇒ Object
244 245 246 247 |
# File 'lib/isodoc/presentation_function/concepts.rb', line 244 def designation_pronunciation(desgn, name) f = desgn.at(ns("./expression/pronunciation")) or return name << ", /#{to_xml(f.children)}/" end |