Kia ora,
1. The fields depend on what fields you’re using in your DSpace. You can see the list by logging into the web interface as administrator, then in the menu look under Registries > Metadata.
2. You don’t need to restart the server after any xsl changes – they take effect immediately.
Deborah
--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct:
https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dspace-tech...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dspace-tech/28ed4562-4894-4063-a145-52962ba75d80n%40googlegroups.com.
Kia ora,
Ah, got it! No, I don’t think there’s a list of blocks for copy/pasting, because the code depends on what you want to display and when you want to display it.
For example, the item type block you paste you first has the i18n label (in English, probably this will display “Type” in bold) then for each dc.type listed, it just prints that out. You can do something simple like this if you know that every item will have one and only one dc.type. The authors row is more complex because there might be multiple authors so if there’s more than one you’ll want to put a comma or semi-colon in between them.
So you’d want to think about which existing block behaves the most like your new field – then copy that and tweak it to suit (including the clause number).
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/98594844-49e4-40f1-918e-1d092e994613n%40googlegroups.com.