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-25 Thread Dorothea Salo
On Thu, Sep 25, 2008 at 9:10 AM, Walker, David [EMAIL PROTECTED] wrote: I just think your messages.xml labels are different Sorry, I was unclear before. I mean the actual keys, rather than just the labels, are different -- maybe because this is a pre-1.5 messages.xml ? That probably

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

2008-09-25 Thread Diggory Mark
Actually, after looking at this further, I understand something more about the section below. The context in which this template is being executed is the dim section of a mets document, you cannot reference the below xpath in that location and have it evaluate properly, this is why that

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

2008-09-24 Thread Dorothea Salo
First, the problem: http://minds-test.wisconsin.edu/handle/1760/11124. Next, the code that is generating the problem: xsl:if test=dim:[EMAIL PROTECTED]'relation' and @qualifier='ispartof'] dt i18n:textxmlui.dri2xhtml-METS-1.0.ispartof/i18n:text /dt dd xsl:for-each select=dim:[EMAIL

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

2008-09-24 Thread Mark Diggory
Wheres the problem? Note, Sometimes I get duplicate Headers when editing the xslt in place, I think this is caused by some caching bug in the application, it generally goes away if I restart the web-application. -Mark On Sep 24, 2008, at 11:48 AM, Dorothea Salo wrote: First, the problem:

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

2008-09-24 Thread Dorothea Salo
I wonder if we have enough XSL context to see the problem. The utilities template is available from http://minds-test.wisconsin.edu/themes/utils.xsl, and the UW-Madison theme that inherits this theme is at http://minds-test.wisconsin.edu/themes/UWMadison/uwmadison.xsl. Share and enjoy! (Not

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

2008-09-24 Thread Mark Diggory
: Mark Diggory [EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 2:40 PM To: Dorothea Salo Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Manakin: Why am I getting a doubled header? I believe its the section above... xmlui.ArtifactBrowser.ItemViewer.head_parent_collections

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

2008-09-24 Thread Walker, David
@lists.sourceforge.net Subject: Re: [Dspace-tech] Manakin: Why am I getting a doubled header? I believe its the section above... xmlui.ArtifactBrowser.ItemViewer.head_parent_collections creates the same label and your dd doesn't create any body, which closes it out (dd/) and breaks the flow