Sha256: cc1ba007a6b37723f9714023d2f8337c5883999cda9dfa1bab5c009cca3302c1

Contents?: true

Size: 533 Bytes

Versions: 46

Compression:

Stored size: 533 Bytes

Contents

require "nokogiri"
require "fog/core/parser"

module Fog

  # @note Extracting XML components out of core is a work in progress.
  #
  # The {XML} module includes functionality that is common between APIs using
  # XML to send and receive data.
  #
  # The intent is to provide common code for provider APIs using XML but not
  # require it for those using JSON.
  #
  # @todo Add +require "fog/xml"+ and/or +include Fog::XML+ to providers using
  #   its services
  #
  module XML
  end
end

require "fog/xml/sax_parser_connection"

Version data entries

46 entries across 46 versions & 3 rubygems

Version Path
fog-maestrodev-1.20.0.20140305101839 lib/fog/xml.rb
fog-maestrodev-1.20.0.20140305101305 lib/fog/xml.rb
fog-maestrodev-1.19.0.20140212012611 lib/fog/xml.rb
fog-1.20.0 lib/fog/xml.rb
fog-maestrodev-1.19.0.20140110004459 lib/fog/xml.rb
fog-maestrodev-1.19.0.20140110003812 lib/fog/xml.rb
fog-maestrodev-1.19.0.20140109202555 lib/fog/xml.rb
fog-maestrodev-1.19.0.20140107192102 lib/fog/xml.rb
fog-maestrodev-1.19.0.20140107142106 lib/fog/xml.rb
fog-maestrodev-1.19.0.20131219203941 lib/fog/xml.rb
fog-maestrodev-1.18.0.20131219193542 lib/fog/xml.rb
fog-1.19.0 lib/fog/xml.rb
fog-maestrodev-1.18.0.20131219033443 lib/fog/xml.rb
fog-maestrodev-1.18.0.20131219032002 lib/fog/xml.rb
fog-maestrodev-1.18.0.20131219030716 lib/fog/xml.rb
fog-maestrodev-1.18.0.20131219022322 lib/fog/xml.rb
fog-maestrodev-1.18.0.20131218202447 lib/fog/xml.rb
fog-maestrodev-1.18.0.20131209091424 lib/fog/xml.rb
fog-maestrodev-1.18.0.20131209090811 lib/fog/xml.rb
fog-maestrodev-1.18.0.20131206115947 lib/fog/xml.rb