Sha256: 8245cb656e0415ea424517e77a2e66818ea38623436d061cd33b52eed6c3f745

Contents?: true

Size: 511 Bytes

Versions: 5

Compression:

Stored size: 511 Bytes

Contents

# xml-mapping -- bidirectional Ruby-XML mapper
#  Copyright (C) 2004,2005 Olaf Klischat

$:.unshift(File.dirname(__FILE__)+"/..")

require 'xml/mapping/base'
require 'xml/mapping/standard_nodes'

XML::Mapping.add_node_class XML::Mapping::TextNode
XML::Mapping.add_node_class XML::Mapping::NumericNode
XML::Mapping.add_node_class XML::Mapping::ObjectNode
XML::Mapping.add_node_class XML::Mapping::BooleanNode
XML::Mapping.add_node_class XML::Mapping::ArrayNode
XML::Mapping.add_node_class XML::Mapping::HashNode

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
pdf-labels-1.0.0 vendor/xml-mapping/lib/xml/mapping.rb
pdf-labels-1.0.1 vendor/xml/mapping.rb
pdf-labels-2.0.1 vendor/xml/mapping.rb
xml-mapping-0.8 lib/xml/mapping.rb
xml-mapping-0.8.1 lib/xml/mapping.rb