Hello Ivan, Please have a look at our repository link here
http://kfnl.maktabat-online.com:8080/handle/123456789/14219?show=full You can see a large number of custom qualifiers, I've added this snippet of xml script <xsl:for-each select="doc:metadata/doc:element[@name='dc']/doc:element[@name='type']/doc:element/doc:element/doc:field[@name='CatFormatAName']"> <dc:CatFormatAName><xsl:value-of select="." /></dc:CatFormatAName> </xsl:for-each> to show the field (CatFormatAName) in the OAI output but i couldn't show it, If you have an idea about the reason please tell me. Thanks in advance. On Mon, Nov 14, 2016 at 12:26 PM, Abdulsalam Yousef <[email protected]> wrote: > Thanks a lot dear Ivan, I'll try it, Then I'll inform you with the results. > > On Mon, Nov 14, 2016 at 11:45 AM, helix84 <[email protected]> wrote: > >> As the first paragraph there mentions, you can see *all* the available >> metadata fields ("variables") in the "xoai" format. Example: >> >> http://demo.dspace.org/oai/request?verb=GetRecord&metadataPr >> efix=xoai&identifier=oai:demo.dspace.org:10673/7 >> >> From there, you can transform it into any other format via XSLT: >> >> https://github.com/DSpace/DSpace/blob/master/dspace/config/ >> crosswalks/oai/metadataFormats/ore.xsl >> >> Example result: >> >> http://demo.dspace.org/oai/request?verb=GetRecord&metadataPr >> efix=ore&identifier=oai:demo.dspace.org:10673/7 >> >> P.S. In the future please post only to one of the mailing lists, not >> both. Thanks. >> >> >> Regards, >> ~~helix84 >> >> Compulsory reading: DSpace Mailing List Etiquette >> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette >> > > -- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-community. For more options, visit https://groups.google.com/d/optout.
