Sha256: 9d90ccd5495de95d04b3333367e903c460ae6b56df2b526a64ca573499b4873d
Contents?: true
Size: 313 Bytes
Versions: 50
Compression:
Stored size: 313 Bytes
Contents
module Krikri ## # An OAI DC parser. Uses XML parser with a root path to match the # metadata path as harvested from OAI-PMH. # @see Krikri::XmlParser class OaiDcParser < XmlParser include Krikri::OaiParserHeaders def initialize(record, root_path = '//oai_dc:dc') super end end end
Version data entries
50 entries across 50 versions & 1 rubygems