VSB-TUO/Oai-phm nusl does not work#1045
Conversation
|
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a compatibility issue with EXSLT date formatting functions in the METS NUSL crosswalk configuration by upgrading to XSLT 2.0 and replacing deprecated EXSLT date functions with standard XSLT 2.0 date formatting.
- Upgrades XSLT version from 1.0 to 2.0
- Replaces EXSLT date:format-date() functions with XSLT 2.0 format-dateTime() function
- Resolves Saxon processor errors related to date formatting
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…uest-dev/DSpace into vsb-tuo/oai-phm-nusl-does-not-work
Problem description