# File lib/nokogiri/xml/node.rb, line 762
      def to_xhtml options = {}
        to_format SaveOptions::DEFAULT_XHTML, options
      end