Did you clean the cache of responses after you modified your .xsl file? [dspace]/bin/dspace oai clean-cache
Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette On Wed, Nov 16, 2016 at 5:59 PM, Abdulsalam Yousef <[email protected]> wrote: > Sorry i forgot to say that i added t in (oai_dc) schema, I need it in this > Schema > > On Wed, Nov 16, 2016 at 7:57 PM, Friesen, Darryl <[email protected]> > wrote: >> >> I think it’s working. If I request that record in XOAI format from your >> server, I do see the CatFormatAName field: >> >> >> >> >> http://kfnl.maktabat-online.com:8080/oai/request?verb=GetRecord&metadataPrefix=xoai&identifier=oai:localhost:123456789/14219 >> >> >> >> I don’t see it in the other formats – DC, QDC etc. – but it is there for >> XOAI >> >> >> >> >> >> - Darryl >> >> >> >> >> >> ---------------------------------------------------------------------- >> >> Darryl Friesen, B.Sc., Programmer/Analyst [email protected] >> >> Library Systems & Information Technology, http://library.usask.ca/ >> >> University of Saskatchewan Library >> >> ---------------------------------------------------------------------- >> >> "Go not to the Elves for counsel, for they will say both no and yes" >> >> >> >> >> >> >> >> From: [email protected] >> [mailto:[email protected]] On Behalf Of Abdulsalam Yousef >> Sent: Wednesday, November 16, 2016 10:34 AM >> To: Ivan Masár <[email protected]> >> Cc: DSpace Community <[email protected]> >> Subject: Re: [dspace-community] OAI >> >> >> >> 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&metadataPrefix=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&metadataPrefix=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. >> >> -- >> 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. > > -- 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.
