Method: IsoDoc::PresentationXMLConvert#termnote1
- Defined in:
- lib/isodoc/presentation_function/terms.rb
#termnote1(elem) ⇒ Object
112 113 114 115 |
# File 'lib/isodoc/presentation_function/terms.rb', line 112 def termnote1(elem) lbl = l10n(@xrefs.anchor(elem["id"], :label) || "???") prefix_name(elem, "", lower2cap(lbl), "name") end |