Class: IsoDoc::M3AAWG::PresentationXMLConvert
- Inherits:
-
Generic::PresentationXMLConvert
- Object
- Generic::PresentationXMLConvert
- IsoDoc::M3AAWG::PresentationXMLConvert
show all
- Includes:
- Init
- Defined in:
- lib/isodoc/m3aawg/presentation_xml_convert.rb
Instance Method Summary
collapse
Methods included from Init
#i18n_init, #metadata_init, #xref_init
Instance Method Details
#annex1(elem) ⇒ Object
12
13
14
15
16
17
18
|
# File 'lib/isodoc/m3aawg/presentation_xml_convert.rb', line 12
def annex1(elem)
lbl = @xrefs.anchor(elem["id"], :label)
if t = elem.at(ns("./title"))
t.children = "<strong>#{to_xml(t.children)}</strong>"
end
prefix_name(elem, "<br/>", lbl, "title")
end
|