gfbio / bioschemas.org_interest_group

A repository for documents and files related the the bioschemas.org interest group within NFDI4Biodiversity
Mozilla Public License 2.0
3 stars 0 forks source link

Upgrade to XSLT Version 2 or 3 #1

Open snsb-seifert opened 7 months ago

snsb-seifert commented 7 months ago

Currently the XSLT is set to Version 1 which makes splitting stings cumbersome. Would it matter to switch to Version=2 or Version=3? From version 2 on the handy function tokenize() could be used for this.

DavidFichtmueller commented 4 months ago

Now that the processing of the XSLT is done with the Saxon processor in the Jupyter Notebook files, we can switch it to XSLT 3. Maybe we should keep the version 1 in the repository though, for people who need to process it on their machines and can not install Saxon or a similar good processor, even if this offers a limited set of functionality.