Skip to content
Snippets Groups Projects
Commit c096104e authored by David Maus's avatar David Maus
Browse files

Normalisierte Signatur ist erforderlicher Parameter

parent 3cf91b22
No related branches found
No related tags found
No related merge requests found
...@@ -4,16 +4,18 @@ ...@@ -4,16 +4,18 @@
<p:input port="source" primary="true" sequence="false"/> <p:input port="source" primary="true" sequence="false"/>
<p:output port="result" primary="true" sequence="false"/> <p:output port="result" primary="true" sequence="false"/>
<p:option name="objectId" required="true"/>
<p:serialization port="result" indent="true"/>
<p:xslt name="normalize"> <p:xslt name="normalize">
<p:with-param name="objectId" select="$objectId"/>
<p:input port="source"> <p:input port="source">
<p:pipe step="main" port="source"/> <p:pipe step="main" port="source"/>
</p:input> </p:input>
<p:input port="stylesheet"> <p:input port="stylesheet">
<p:document href="../xslt/mets.xsl"/> <p:document href="../xslt/mets.xsl"/>
</p:input> </p:input>
<p:input port="parameters">
<p:empty/>
</p:input>
</p:xslt> </p:xslt>
<p:validate-with-xml-schema assert-valid="true"> <p:validate-with-xml-schema assert-valid="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment