Method: IsoDoc::Function::References#bibliography_xpath
- Defined in:
- lib/isodoc/function/references.rb
#bibliography_xpath ⇒ Object
201 202 203 204 205 |
# File 'lib/isodoc/function/references.rb', line 201 def bibliography_xpath "//bibliography/clause[.//references]"\ "[not(.//references[@normative = 'true'])] | "\ "//bibliography/references[@normative = 'false']" end |