forked from D-Net/dnet-hadoop
clone, min. changes, test, run
This commit is contained in:
parent
ebcc3ec14f
commit
5a9017cf18
|
@ -16,7 +16,7 @@ public class Cleaner implements ExtensionFunction, Serializable {
|
|||
|
||||
@Override
|
||||
public QName getName() {
|
||||
return new QName("http://eu/dnetlib/trasform/extension", "clean");
|
||||
return new QName("http://eu/dnetlib/transform/extension", "clean");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:oai="http://www.openarchives.org/OAI/2.0/"
|
||||
xmlns:oaf="http://namespace.openaire.eu/oaf"
|
||||
xmlns:vocabulary="http://eu/dnetlib/trasform/extension"
|
||||
xmlns:vocabulary="http://eu/dnetlib/transform/extension"
|
||||
xmlns:dr="http://www.driver-repository.eu/namespace/dr"
|
||||
version="2.0"
|
||||
exclude-result-prefixes="xsl vocabulary">
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:oai="http://www.openarchives.org/OAI/2.0/"
|
||||
xmlns:oaf="http://namespace.openaire.eu/oaf"
|
||||
xmlns:eg="http://eu/dnetlib/trasform/extension"
|
||||
xmlns:eg="http://eu/dnetlib/transform/extension"
|
||||
version="2.0"
|
||||
exclude-result-prefixes="xsl">
|
||||
<xsl:template match="/">
|
||||
|
|
Loading…
Reference in New Issue