module XPath::DSL

def join(*expressions)

def join(*expressions)
  XPath::Expression.new(:join, *[self, expressions].flatten)
end