Method: IsoDoc::XrefGen::Blocks#child_asset_path
- Defined in:
- lib/isodoc/xref/xref_util.rb
#child_asset_path(asset) ⇒ Object
31 32 33 34 35 |
# File 'lib/isodoc/xref/xref_util.rb', line 31 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 |