Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Starting at line 98 you have a for-each statement that will provide select element to iterate the “dc.contributor.*” needed to build the </datacite:contributors> element.


Step by step

Starting from example above if you want to expose “dc.contributor.distributor” adding a new for-each statement and “select” the needed metadata: doc:metadata/doc:element[@name='dc']/doc:element[@name='contributor']/doc:element[@name='distributor']/doc:field[@name=’value’]

...