XML fixtures can be parsed into a Ruby Nokogiri::XML::Document object using the #from_yaml method.
#from_yaml
Nokogiri is not a hard dependency of Rspec::FileFixtures so you must install and require Nokogiri yourself to use this feature.