<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- TODO This is the sample file from http://code.google.com/p/persistenturls/wiki/PURLBatchUploadingVersionOne.
It needs to be adapted to DOL. -->
<purls>
<!-- Type 301. Moved Permanently to a target URL -->
<maintainers>
<uid>uche</uid>
</maintainers>
<target url="http://example.com/test301target/"/>
</purl>
<!-- Type 302. Simple redirection to a target URL -->
<maintainers>
<uid>uche</uid>
</maintainers>
<target url="http://example.com/test302target/"/>
</purl>
<!-- Type 303. See Also URL -->
<maintainers>
<uid>uche</uid>
</maintainers>
<seealso url="http://example.com/see/also/some/more.xml"/>
</purl>
<!-- Type 307. Temporary redirect to a target URL -->
<maintainers>
<uid>uche</uid>
</maintainers>
<target url="http://example.com/test307target/"/>
</purl>
<!-- Type 404. Temporarily gone -->
<maintainers>
<uid>uche</uid>
</maintainers>
</purl>
<!-- Type 410. Permanently gone -->
<maintainers>
<uid>uche</uid>
</maintainers>
</purl>
<!-- Type clone. Clone an existing PURL -->
</purl>
<!-- Type chain. Chain an existing PURL -->
<maintainers>
<uid>uche</uid>
</maintainers>
</purl>
<!-- Type partial. Partial-redirect PURL -->
<maintainers>
<uid>uche</uid>
</maintainers>
<target url="http://example.com/testPartialtarget/"/>
</purl>
</purls>