Method: IsoDoc::Function::References#norm_ref_xpath
- Defined in:
- lib/isodoc/function/references.rb
#norm_ref_xpath ⇒ Object
182 183 184 185 |
# File 'lib/isodoc/function/references.rb', line 182 def norm_ref_xpath "//bibliography/references[@normative = 'true'] | "\ "//bibliography/clause[.//references[@normative = 'true']]" end |