Method: IsoDoc::Function::References#norm_ref_xpath

Defined in:
lib/isodoc/function/references.rb

#norm_ref_xpathObject



151
152
153
154
155
156
# File 'lib/isodoc/function/references.rb', line 151

def norm_ref_xpath
  "//bibliography/references[@normative = 'true'] | " \
    "//bibliography/clause[.//references[@normative = 'true']] | " \
    "//sections/references[@normative = 'true'] | " \
    "//sections/clause[not(@type)][.//references[@normative = 'true']]"
end