Method: IsoDoc::Function::References#bibliography_xpath

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

#bibliography_xpathObject



169
170
171
172
173
# File 'lib/isodoc/function/references.rb', line 169

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