Method: IsoDoc::Convert#middle_clause
- Defined in:
- lib/isodoc/convert.rb
#middle_clause(_docxml = nil) ⇒ Object
175 176 177 178 |
# File 'lib/isodoc/convert.rb', line 175 def middle_clause(_docxml = nil) "//clause[parent::sections][not(@type = 'scope')]" \ "[not(descendant::terms)][not(descendant::references)]" end |