ErwinKomen / RU-collbank

0 stars 1 forks source link

handle behaviour #54

Open ErwinKomen opened 6 years ago

ErwinKomen commented 6 years ago

LREC 'promise':

When the user fetches a record through its persistant handle, then a browsing user gets a text-oriented summary of the collection metadata, while the xml version of the record is returned in other situations

Need to implement this

ErwinKomen commented 6 years ago

Idea: use an XSL file to visualize the XML record.

  1. Create and test an XSL file for the visualisation
  2. Make sure that the reference to this XSL is placed in the XML file as it is stored in te registry
  3. Perhaps also make sure that any download of XML files is done without the reference to the XSL? Not sure if this is possible though...
ErwinKomen commented 6 years ago

Started specifying coll_detail.html, but this does not necessarily replace the above