lib/isodoc/ogc/reqt.rb in metanorma-ogc-1.4.4 vs lib/isodoc/ogc/reqt.rb in metanorma-ogc-1.4.5
- old
+ new
@@ -47,10 +47,10 @@
label.xpath(ns(".//xref | .//eref | .//quote/source"))
.each { |f| xref1(f) }
label.xpath(ns(".//concept")).each { |f| concept1(f) }
b = out.add_child("<tr><td colspan='2'><p></p></td></tr>")
p = b.at(ns(".//p"))
- p << label.text
+ p << label.children.to_xml
end
def recommendation_attributes1(node)
out = recommendation_attributes1_head(node, [])
node.xpath(ns("./classification")).each do |c|