Hi Daniel, this is how you can get the current URI path:
<xsl:variable name="request-uri" select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='request'][@qualifier='URI']"/> You can also combine the following components to get the whole URL: <metadata element="request" qualifier="scheme">http</metadata> <metadata element="request" qualifier="serverPort">80</metadata> <metadata element="request" qualifier="serverName">demo.dspace.org</metadata> <metadata element="request" qualifier="URI">handle/10673/83</metadata> Regards, ~~helix84 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

