On Jan 4, 2008 9:12 AM, Sands Fish <[EMAIL PROTECTED]> wrote: > Does anyone have a trick for determining which templates process a > Manakin page? For instance, how do I determine what file/template to > modify/override if I want, say, the item page to change?
Oof. That can be a tough one. One thing to realize is that Manakin doesn't divide things into pages the same way that the JSPUI does. So you're not looking for specific pages (like the "item page"), because a given page is pulling XSLT from several different stylesheets -- you're looking for what governs specific bits of markup. What I tend to do is pull up an HTML page, View Source on it, and grab the class attribute value for the chunk of markup I'm interested in. I can then search the usual-suspect templates (structural.xsl, the DS-METS stylesheets) for that to sort out what's going on. Bit awkward, but it works for me. Over time you get a sense for what bits live in which files, which saves time. Dorothea -- Dorothea Salo [EMAIL PROTECTED] Digital Repository Librarian AIM: mindsatuw University of Wisconsin Rm 218, Memorial Library (608) 262-5493 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

