Stuart,

The HTML for the breadcrumbs is generated by the XSL files, specifically 
[dspace]/webapps/xmlui/themes/dri2xhtml/structural.xsl. You'll find the code at 
approximately line 272.

This is a complicated bit of work to do. Refer to the documentation (It's 
covered in there somewhere I think) for specifics, but the general principle is 
that you are going to be overloading one of the XSLT templates that's contained 
in structural.xsl. You won't modify structural.xsl directly, but rather take 
the complete chunk of template code in question (look for a line <xsl:template 
name="buildHeader">) and paste that entire template it into the .xsl file 
that's in the theme directory of your choice. Edit it there to do what you 
need. There's also the whole rebuild/restart b******t that DSpace demands for 
even simple changes.

What happens is, that set of templates gets loaded after the generic dri2xhtml 
templates, and so overwrites them.

Hope this helps.

--Tom

_____________________________________
Tom McGee
Senior Digital Media Specialist
Seton Hall University
400 South Orange Ave., South Orange, NJ 07079
973.275.2992



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to