16 17 18
# File 'lib/isodoc/xref/xref_util.rb', line 16 def noblank(xpath) xpath.reject { |n| blank?(n["id"]) } end