79 80 81 82 83 84 85
# File 'lib/crossref.rb', line 79 def xpath_first(q) if info = xpath_ns(q).first info.content else nil end end