EPrints Technical Mailing List Archive
Message: #02690
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] harvester (question)
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] harvester (question)
- From: Jean-Marie Le Bechec <Jean-Marie.LeBechec@inp-toulouse.fr>
- Date: Mon, 03 Mar 2014 09:18:23 +0100
hi Seb, I need to harvest an OAI server in a format other than Dublin Core (TEF format). I can not get specific metadata with the same name. For example : ... <tef:thesisAdmin> <tef:auteur> <tef:nom>nom1</tef:nom> ... and ... <tef:directeurThese> <tef:nom>nom2</tef:nom> <tef:prenom>Carine</tef:prenom> <tef:autoriteInterne>MADS_DIRECTEUR_DE_THESE_1</tef:autoriteInterne> <tef:autoriteExterne autoriteSource="Sudoc">073367826</tef:autoriteExterne> </tef:directeurThese> <tef:directeurThese> <tef:nom>nom3</tef:nom> <tef:prenom>Louise</tef:prenom> <tef:autoriteInterne>MADS_DIRECTEUR_DE_THESE_2</tef:autoriteInterne> <tef:autoriteExterne autoriteSource="Sudoc">035036672</tef:autoriteExterne> </tef:directeurThese> ... in the same record ! I need to extract all this data. I tried things like : my $nom; foreach my $node ($xml->findnodes( "//auteur/nom/*" )) { $nom = $node->textContent; } but it does not work (no result) any idea ? Thanks ! Jean-Marie -- *********************************************** Jean Marie Le Bechec Service Commun de la Documentation Responsable ingenierie documentaire & Direction du Systeme d'Information Referent Etudes Institut National Polytechnique de Toulouse 6 allee Emile Monso - bp 34038 - 31029 Toulouse cedex 4 Tel : 05 34 32 31 16 Mail : lebechec@inp-toulouse.fr *********************************************** |
- Follow-Ups:
- [EP-tech] Re: harvester (question)
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: harvester (question)
- Prev by Date: [EP-tech] Re: error -> Use of uninitialized value $match
- Next by Date: [EP-tech] Addressing a specific creator
- Previous by thread: [EP-tech] saved_search: depending on cronjob time?
- Next by thread: [EP-tech] Re: harvester (question)
- Index(es):