Re: [Dspace-tech] citation field in xmlui

2011-05-18 Thread Walker, David
...@waikato.ac.nz] Sent: Tuesday, May 17, 2011 7:26 PM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] citation field in xmlui Hi Dave, On 18/05/11 11:27, Walker, David wrote: I need to add the citation field to the simple item display in Manakin. I see that the DIM-Handler.xsl

Re: [Dspace-tech] manikin question

2010-10-12 Thread Walker, David
[mw...@iupui.edu] Sent: Monday, October 11, 2010 8:15 AM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] manikin question On Fri, Oct 08, 2010 at 11:04:51AM -0700, Walker, David wrote: [quoting Mark Diggory, I believe] So, to be clear, the ability to construct nested divisions

Re: [Dspace-tech] manikin question

2010-10-12 Thread Walker, David
out that we may be able to split this into two problems -- one of which we could tackle immediately, if we can find a volunteer or two! Just my quick thoughts, - Tim On 10/12/2010 8:45 AM, Walker, David wrote: the Aspect chain accumulates a big pot of potentially useful data related

Re: [Dspace-tech] manikin question

2010-10-08 Thread Walker, David
Manager California State University http://xerxes.calstate.edu From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark Diggory [mdigg...@atmire.com] Sent: Thursday, October 07, 2010 6:00 PM To: Walker, David Cc: Mark H. Wood; dspace-tech

Re: [Dspace-tech] manikin question

2010-10-08 Thread Walker, David
Walker Library Web Services Manager California State University http://xerxes.calstate.edu From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark Diggory [mdigg...@atmire.com] Sent: Thursday, October 07, 2010 6:00 PM To: Walker, David Cc: Mark H. Wood

Re: [Dspace-tech] manikin question

2010-10-07 Thread Walker, David
Hi Jose, Text labels are not set in the XSLT, but rather are defined in the i18n/messages.xml file. --Dave == David Walker Library Web Services Manager California State University http://xerxes.calstate.edu From: Blanco, Jose

Re: [Dspace-tech] manikin question

2010-10-07 Thread Walker, David
From: Tim Donohue [tdono...@duraspace.org] Sent: Thursday, October 07, 2010 7:59 AM To: Walker, David Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] manikin question Hi Dave, Meant to get back to this discussion -- but, as you can see, it has taken

Re: [Dspace-tech] manikin question

2010-10-07 Thread Walker, David
We still need some way to build a bag of structured, labeled data and action handles, so that when a Theme reaches into the bag it can know what to grab Yes, right. And this is really easy to do: labeldata/label It'll probably need to be more complex than that, of course -- but not

Re: [Dspace-tech] manikin question

2010-10-01 Thread Walker, David
So we really are transforming one XML dialect to another. Natch. There may be some tendency to confuse templating in the XSL sense and templating in the web-page sense. I don't think they are interchangeable. Agreed. I think you can use XSLT for *other* purposes besides as a

Re: [Dspace-tech] manikin question

2010-10-01 Thread Walker, David
approach. --Dave == David Walker Library Web Services Manager California State University http://xerxes.calstate.edu From: Tim Donohue [tdono...@duraspace.org] Sent: Friday, October 01, 2010 10:17 AM To: Walker, David Cc: dspace-tech

Re: [Dspace-tech] manikin question

2010-09-30 Thread Walker, David
Unfortunately, I think this is a serious weakness of Manakin. It's realtively easy to change the header, the footer, and the display of metadata (collections, communities, items). But if you need to change anything else, you're in for a world of hurt. The way dri2xhtml renders the interface

Re: [Dspace-tech] manikin question

2010-09-30 Thread Walker, David
...@mit.edu] Sent: Thursday, September 30, 2010 1:42 PM To: Tim Donohue Cc: Walker, David; dspace-tech@lists.sourceforge.net; Blanco, Jose Subject: Re: [Dspace-tech] manikin question I think one of the real challenges people run into with Manakin's templating is that there is no direct corollary

Re: [Dspace-tech] manikin question

2010-09-30 Thread Walker, David
Services Manager California State University http://xerxes.calstate.edu From: Walker, David Sent: Thursday, September 30, 2010 2:42 PM To: Tim Donohue Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] manikin question The root

Re: [Dspace-tech] manikin question

2010-09-30 Thread Walker, David
, September 30, 2010 12:28 PM To: Walker, David Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] manikin question Hi Dave, Feedback (whether positive or critical) is always welcome! Though, obviously, it is even more helpful if we can better understand what is difficult

[Dspace-tech] No resumption token?

2010-01-07 Thread Walker, David
Hi all, I'm trying to harvest our DSpace repos using the PKP OAI Harvester. The problem I face right now is that the Harvester is only pulling back just the first batch of records, instead of all records in the repo. I see this with all of our repos with more than 100 records. Just looking

Re: [Dspace-tech] XMLUI: checkbox labels?

2010-01-05 Thread Walker, David
I see 'remove' in the XML itself, in a DRI label node. So it's not going to be in either the XSLT or messages.xml. Must be hard-coded in the Java somewhere -- I draw the line at searching through Java code. ;-) I wonder, though, if you might be able to just nix it with CSS? I would suspect,

Re: [Dspace-tech] XMLUI: checkbox labels?

2010-01-05 Thread Walker, David
override that template to achieve your goal. --Dave == David Walker Library Web Services Manager California State University http://xerxes.calstate.edu From: Walker, David Sent: Tuesday, January 05, 2010 7:33 AM To: Dorothea Salo; Jason Fowler

Re: [Dspace-tech] How do I override a message key in a theme?

2009-10-07 Thread Walker, David
Hi Richard, Try this. In your theme XSLT add: xsl:template match=i18n:text xsl:choose xsl:when test=text() = 'xmlui.ArtifactBrowser.AdvancedSearch.type_title' xsl:textRecipient/xsl:text /xsl:when xsl:otherwise xsl:copy-of select=./ /xsl:otherwise /xsl:choose

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

Re: [Dspace-tech] DSpace Creative Commons license display problem

2009-08-11 Thread Walker, David
Mark Diggory mentioned previously that he figured out how to change the mime-type. He didn't mention how, exactly -- perhaps a more detailed explanation would help folks work around this issue? http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg05740.html Further down that

Re: [Dspace-tech] Cannot understand tooltip text for title using manakin interface

2009-06-10 Thread Walker, David
This is a COINS. See: http://ocoins.info/ --Dave == David Walker Library Web Services Manager California State University http://xerxes.calstate.edu From: John Preston [byhisde...@gmail.com] Sent: Wednesday, June 10, 2009 8:14 AM To:

Re: [Dspace-tech] Hide My Account in Manakin

2009-05-14 Thread Walker, David
Hey Damian, You probably want something like this in your theme XSLT (un-tested, sorry): xsl:template match=dri:options/dri:li...@n = 'account'] priority=5 xsl:if test= [ page logic here ] xsl:apply-templates select=dri:head / div xsl:call-template name=standardAttributes

Re: [Dspace-tech] [Dspace-general] digital image collections

2009-04-04 Thread Walker, David
These are great, Kim! I'd like to add some snippets as well. However, Michele mentioned in a previous email that We would like to use JIRA(jira.dspace.org) as a central spot to describe and host manakin themes. I personally would rather use the wiki. But if others want to use JIRA that's

[Dspace-tech] Dublin Core in simple archive format import

2009-03-10 Thread Walker, David
Just a quick question about importing using the simple archive format: Is Dspace expecting that the dublin_core.xml file will have a dublin core namespace declaration? Or does it just look for tags with dcvalue / regardless of namespace? --Dave == David Walker Library Web

Re: [Dspace-tech] Dublin Core in simple archive format import

2009-03-10 Thread Walker, David
: [Dspace-tech] Dublin Core in simple archive format import On Tue, Mar 10, 2009 at 12:01 PM, Walker, David dwal...@calstate.edu wrote: Just a quick question about importing using the simple archive format: Is Dspace expecting that the dublin_core.xml file will have a dublin core namespace

Re: [Dspace-tech] Dublin Core in simple archive format import

2009-03-10 Thread Walker, David
To: Walker, David Cc: Dspace Tech Subject: Re: [Dspace-tech] Dublin Core in simple archive format import Dave, Yes, there is no standardization in the xml format of that file, its xml structure actually has nothing to do with the dublin core namespace. dublin_core dcvalue element

Re: [Dspace-tech] Dspace 1.5.1 - Manakin XSLT / DRI

2009-02-27 Thread Walker, David
Is there something I can do to have it show a more complete set of data? Try this instead. Not sure if it will yield _more_ data, but it is, I think, the DRI XML prior to the i18n transform: http://{hostname}.{server}.{extension}/{dspace-instance}/?XML How would one tap into /

Re: [Dspace-tech] Federating a number of DSpace instances

2009-02-10 Thread Walker, David
We have that use case here, John -- we are implementing separate DSpace instances for our 23 campuses, but we also need a separate interface that can search them all. We're just going to harvest the data using OAI-PMH. I'm sure you've thought of that, too. --Dave == David

Re: [Dspace-tech] Custom Javascript in Structural.xsl

2009-02-04 Thread Walker, David
You could just write the Javascript in a seperate .js file and import it into the HTML using a script tag. That would free you from the constraints of XSLT, and makes things cleaner anway. --Dave == David Walker Library Web Services Manager California State University

Re: [Dspace-tech] xmlui versus jspui

2009-01-09 Thread Walker, David
I say Manakin all the way. Not only is the out-of-the-box design better, but it's significantly easier to customize (although not precisely easy), and I think is essentially the future of DSpace, interface-wise. You can run both in parallel, in case you need to get to something in the jsp

Re: [Dspace-tech] Remove search box from main page

2008-12-16 Thread Walker, David
Hi Eric, We use this. Just at it to your local theme XSLT. !-- remove search area on home page -- xsl:template match=dri:d...@n='front-page-search'] xsl:apply-templates select=@pagination xsl:with-param name=positionbottom/xsl:with-param /xsl:apply-templates /xsl:template --Dave

Re: [Dspace-tech] structure import problem with French and German accented characters

2008-12-15 Thread Walker, David
Hi Andrew, I can't speak to the general question. But on this point . . . uuml; . . . is an HTML character entity reference, and is not recognized within XML documents in general. To use this, you would need, as the XML parser here is saying, a supporting DTD entity reference

Re: [Dspace-tech] dublin core and multiple subject categorizations

2008-12-11 Thread Walker, David
Hey Andrew, All Dublin Core fields are repeatable. That gets mentioned here and there in the official DC docs and other places: http://www.google.com/search?q=dublin+core+repeatable --Dave == David Walker Library Web Services Manager California State University

Re: [Dspace-tech] Adding Creative Commons icon to Manakin display

2008-10-14 Thread Walker, David
of HTML -- displayed as plain-text? Or have I done something horrible to my Manakin installation without meaning to? Dorothea On Mon, Oct 13, 2008 at 1:32 PM, Walker, David [EMAIL PROTECTED] wrote: Hi all, Looks like Manakin does not include the Creative Commons license icon in the item

Re: [Dspace-tech] Adding Creative Commons icon to Manakin display

2008-10-14 Thread Walker, David
://xerxes.calstate.edu From: Walker, David [EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 10:00 AM To: Claudia Jürgen; Dorothea Salo Cc: [EMAIL PROTECTED] Subject: Re: [Dspace-tech] Adding Creative Commons icon to Manakin display I'm not totally familiar

[Dspace-tech] Adding Creative Commons icon to Manakin display

2008-10-13 Thread Walker, David
Hi all, Looks like Manakin does not include the Creative Commons license icon in the item display, as the older JSP pages do. Seems like a simple addition, but thought I would ask if anyone has done this already so that I might crib their XSLT. Thanks! --Dave == David Walker

Re: [Dspace-tech] Adding Creative Commons icon to Manakin display

2008-10-13 Thread Walker, David
to Manakin display Not to hijack the thread, but has anyone else noticed that clicking on a CC license brings up a page of HTML -- displayed as plain-text? Or have I done something horrible to my Manakin installation without meaning to? Dorothea On Mon, Oct 13, 2008 at 1:32 PM, Walker, David

Re: [Dspace-tech] Manakin: Why am I getting a doubled header?

2008-09-25 Thread Walker, David
, 2008 4:55 PM To: Walker, David Cc: Dorothea Salo; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Manakin: Why am I getting a doubled header? I just think your messages.xml labels are different. the generated html is the same and I bet the length of the value causes yours to wrap

Re: [Dspace-tech] Manakin: Why am I getting a doubled header?

2008-09-24 Thread Walker, David
I don't think that's it, Mark, because the same template works in our test instance, even with the dd /. http://scholarworks.calstate.edu/scholarworks_xmlui/handle/123456789/5 dtThis item appears in the following Collection(s)/dt dd / dtPart of/dt ddhttp://www.aip.org; http://apl.aip.org//dd I

Re: [Dspace-tech] xsl match to own metadata

2008-06-17 Thread Walker, David
If you append ?XML to the URL of your DSpace instance, Michael, do you see your custom fields in the XML response? If so, then you should be able to more or less copy the pattern below, changing it match those field. --Dave --- David Walker Library Web Services Manager

[Dspace-tech] Manakin heading problems

2008-04-14 Thread Walker, David
Hi all, I have a problem I'm hoping someone else has already fixed: Headings (h1, h2, etc.) don't always follow a correct hierarchy in Manakin. Some pages -- for example, the home page -- include multiple h1's [1]. Others include headings that skip from h1 to h3 without an intervening h2

Re: [Dspace-tech] Help with Manakin theme debugging

2008-02-05 Thread Walker, David
Hey Dorthea, The problem appears to be that these 'bad' pages end-up creating a collapsed, empty detail-view layer, like this: div class=detail-view / For some reason, that is causing Firefox to misbehave. If I copy your HTML source to a local file and edit this line to this, it works