Method: IsoDoc::XrefGen::Util#child_asset_path

Defined in:
lib/isodoc/xref/xref_util.rb

#child_asset_path(asset) ⇒ Object



38
39
40
41
42
# File 'lib/isodoc/xref/xref_util.rb', line 38

def child_asset_path(asset)
  "./*[not(self::xmlns:clause) and not(self::xmlns:appendix) and " \
  "not(self::xmlns:terms) and not(self::xmlns:definitions)]//xmlns:X | " \
  "./xmlns:X".gsub("X", asset)
end