【发布时间】:2015-06-20 16:12:03
【问题描述】:
我需要帮助,我想通过 URL 中给出的句柄找到文件的位置(例如 http://localhost:8080/xmlui/handle/123456789/5)。 我正在使用 xmlui 主题,我不知道是否可以在视图项中获取文件的位置(例如 /assestore/12/45/21/12452124442)
谢谢
【问题讨论】:
标签: xml xslt repository dspace
我需要帮助,我想通过 URL 中给出的句柄找到文件的位置(例如 http://localhost:8080/xmlui/handle/123456789/5)。 我正在使用 xmlui 主题,我不知道是否可以在视图项中获取文件的位置(例如 /assestore/12/45/21/12452124442)
谢谢
【问题讨论】:
标签: xml xslt repository dspace
此路径基于项目的内部 ID。在您的示例中: 12452124442
First two characters = name of the first directory
Second series of two characters = name of the second directory
Third series of two characters = name of the third directory
路径的最后一部分是内部 id 本身。
【讨论】: