Hi Asmecher,
No, I didn't specify an incremental update on the command line. Here, an example of my command line :
php -f /srv/wwww/pkp/tools/harvest.xsp 10
I have created the OAI repository which doesn't contain illegal characters. Here, an example of OAI XML :
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<responseDate>2007-03-29T07:32:59Z</responseDate>
<request metadataPrefix="oai_dc" verb="ListRecords">http://localhost:8081/oaicat/OAIHandler</request>
<ListRecords>
<record>
<header>
<identifier>oai:oaicat.oclc.org:2001/ocm10723273.xml</identifier>
<datestamp>2007-01-25T13:37:14Z</datestamp>
</header>
<metadata>
<oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/
http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
<dc:title>Titre 1</dc:title>
<dc:title>Titre 2</dc:title>
<dc:creator>Createur 1</dc:creator>
<dc:creator>Createur 2</dc:creator>
<dc:subject>Marriage law--Korea (North)</dc:subject>
<dc:subject>Domestic relations--Korea (North)</dc:subject>
<dc:description>Thesis (doctoral), 1975.</dc:description>
<dc:description>Thesis (doctoral)</dc:description>
<dc:description>Bibliography: p. 267-272.</dc:description>
<dc:date>1975</dc:date>
<dc:type>Electronic Thesis or Dissertation</dc:type>
<dc:identifier>id1</dc:identifier>
</oai_dc:dc>
</metadata>
</record>
....
Unfortunetely, my OAI repository is not installed on DMZ, so is not available.
Furthemore, the harvest of this repository works good with an another harvester like OCLC - OAIHarvester2.
Regards,
Sébastien Klima