class Fedora::Repository
def nextid
def nextid d = REXML::Document.new(connection.post(fedora_url.path+"/management/getNextPID?xml=true").body) d.elements['//pid'].text end
def nextid d = REXML::Document.new(connection.post(fedora_url.path+"/management/getNextPID?xml=true").body) d.elements['//pid'].text end