class Nokogiri::XML::NodeSet

def to_xhtml(*args)

Convert this NodeSet to XHTML
##
def to_xhtml(*args)
  map { |x| x.to_xhtml(*args) }.join
end