Re: [Dspace-tech] Modifying Manakin's Administrative Section

2009-09-15 Thread Sean Carte
2009/8/15 Sean Carte sean.ca...@gmail.com: 2009/8/14 Williams, Steven D s.willi...@austin.utexas.edu: You can use XSL do modify the DRI document. Add ?XML to the URL in your browser so see what is available in the DRI document. You can then create a XSL template that navigates the DRI

[Dspace-tech] Customising Dspace Interface

2009-09-15 Thread Lewatle Phaladi
Hi All I am in the process of changing the look of my dspace at my university, i am using jspui, please give me advice on how to rapidly get done with that. Regards Lewatle htmlpfont face = verdana size = 0.8 color = navyThis communication is intended for the addressee only. It is

Re: [Dspace-tech] Modifying Manakin's Administrative Section

2009-09-15 Thread Walker, David
Try this, Sean: xsl:template match=dri:options/dri:list[dri:list] priority=4 xsl:apply-templates select=dri:head/ div xsl:call-template name=standardAttributes xsl:with-param name=classds-option-set/xsl:with-param /xsl:call-template ul class=ds-options-list xsl:apply-templates

[Dspace-tech] Database Question

2009-09-15 Thread Greg Johnson
We are having issues with our current installation of DSpace (1.5.1) that we have been troubleshooting and can't seem to solve. One option as a solution would be to download and recreate DSpace from scratch. The question I have is this: If we were to take a do-over and recreate DSpace from

Re: [Dspace-tech] Modifying Manakin's Administrative Section

2009-09-15 Thread Sean Carte
2009/9/15 Walker, David dwal...@calstate.edu: Try this, Sean: xsl:template match=dri:options/dri:list[dri:list] priority=4  xsl:apply-templates select=dri:head/  div  xsl:call-template name=standardAttributes   xsl:with-param name=classds-option-set/xsl:with-param  /xsl:call-template  ul