# File lib/facter/util/macosx.rb, line 20
  def self.intern_xml(xml)
    return nil unless xml
    Plist::parse_xml(xml)
  end