Method: MindWords#element
- Defined in:
- lib/mindwords.rb
#element(id) ⇒ Object
52 53 54 55 56 57 58 |
# File 'lib/mindwords.rb', line 52 def element(id) doc = Rexle.new(to_xml()) e = doc.root.element("//*[@id='#{id}']") #e.attributes[:breadcrumb].to_s if e end |