Hi Deborah, thanks for responding. I tried adding the field in this file: */config/crosswalks/oai/metadataFormats/oai_dc.xsl*
The field is called:* dc.audience.EducationalLevel* Then ran the cache clean command but I still don't see the field in the metadata output. Anything I need to do differently or include a step? Below is the code for the oai_dc file. I added the field at the end. Also attaching the output from DSpace. Appreciate any pointers. Thanks! <!-- dc.source --> <xsl:for-each select="doc:metadata/doc:element[@name='dc']/doc:element[@name='source']/doc:element/doc:field[@name='value']"> <dc:source><xsl:value-of select="." /></dc:source> </xsl:for-each> <!-- dc.source.* --> <xsl:for-each select="doc:metadata/doc:element[@name='dc']/doc:element[@name='source']/doc:element/doc:element/doc:field[@name='value']"> <dc:source><xsl:value-of select="." /></dc:source> </xsl:for-each> * <!-- dc.audience.EducationalLevel --> <xsl:for-each select="doc:metadata/doc:element[@name='dc']/doc:element[@name='audience']/doc:element[@name='EducationalLevel']/doc:field[@name='value']"> <dc:audience.EducationalLevel><xsl:value-of select="." /></dc:audience.EducationalLevel> </xsl:for-each> <!-- dc.audience.EducationalLevel.* --> <xsl:for-each select="doc:metadata/doc:element[@name='dc']/doc:element[@name='audience']/doc:element[@name='EducationalLevel']/doc:element/doc:field[@name='value']"> <dc:audience.EducationalLevel><xsl:value-of select="." /></dc:audience.EducationalLevel> </xsl:for-each>* </oai_dc:dc> </xsl:template> </xsl:stylesheet> OAI Metadata Output [image: Screenshot 2023-11-09 092320.png] On Thursday, November 9, 2023 at 1:14:41 AM UTC+4 Fitchett, Deborah wrote: > Yes, oai_dc.xsl is what you’d want to edit. There’s some basic > documentation at > https://wiki.lyrasis.org/display/DSDOC7x/OAI+2.0+Server#OAI2.0Server-Add/RemoveMetadataFields > > > > Deborah > > > > *From:* dspac...@googlegroups.com <dspac...@googlegroups.com> *On Behalf > Of *Sushant Virdi > *Sent:* Thursday, November 9, 2023 1:22 AM > *To:* DSpace Technical Support <dspac...@googlegroups.com> > *Subject:* [dspace-tech] Exposing custom metadata field for OAI > > > > You don't often get email from sushan...@gmail.com. Learn why this is > important <https://aka.ms/LearnAboutSenderIdentification> > > > > *Caution:* This email originated from outside our organisation. Do not > click links or open attachments unless you recognize the sender and know > the content is safe. > > > > Hi team, I added a new metadata field in the "dc" metadata schema. Is the > field available by default in the OAI-PMH protocol, or do I need to enable > it somewhere? The reason being that I am harvesting this data onto VuFind, > but the field data is not being pulled. > > > I am assuming it's this file where I would need to add the new field but I > wanted to be sure before I make any changes. > > */config/crosswalks/oai/metadataFormats/oai_dc.xsl* > > > I would appreciate any pointers on this. Thanks! > > -- > All messages to this mailing list should adhere to the Code of Conduct: > https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx > --- > 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/a79d989e-5845-4f52-ba78-412561c16e6an%40googlegroups.com > > <https://groups.google.com/d/msgid/dspace-tech/a79d989e-5845-4f52-ba78-412561c16e6an%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > ------------------------------ > > "The contents of this e-mail (including any attachments) may be > confidential and/or subject to copyright. Any unauthorised use, > distribution, or copying of the contents is expressly prohibited. If you > have received this e-mail in error, please advise the sender by return > e-mail or telephone and then delete this e-mail together with all > attachments from your system." > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/56054e7f-6ab5-49cf-b06a-bae3ece146cbn%40googlegroups.com.