Created
November 24, 2011 20:12
-
-
Save aschweer/1392187 to your computer and use it in GitHub Desktop.
Adding an additional sidebar menu to DSpace XMLUI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!-- | |
Add menu to sidebar from file | |
Andrea Schweer <[email protected]> | |
--> | |
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> | |
<map:pipelines> | |
<map:pipeline> | |
<map:generate/> | |
<map:act type="DSpacePropertyFileReader"> | |
<map:parameter name="dspace.dir" value="dspace.dir" /> | |
<map:transform type="Include" src="file://{dspace.dir}/config/sidebar-menu.xml" /> | |
</map:act> | |
<map:serialize type="xml"/> | |
</map:pipeline> | |
</map:pipelines> | |
</map:sitemap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment