class Nokogiri::XML::NodeSet

def to_xml(*args)

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