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

2008-10-01 Thread Dorothea Salo
> if you define a global variable in your XSLT > > > you can access the dri info whenever you want by writing > > ... yes. I'm so glad there are people on this list who are smarter than I am. :) That's a lot easier than what I was going to do. Dorothea -- Dorothea Salo[EMAIL

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

2008-10-01 Thread Andreas Geyrecker
2008/9/25 Dorothea Salo <[EMAIL PROTECTED]> > So there's no way at all to access DRI info from inside METS? That's > distressing. > > if you define a global variable in your XSLT you can access the dri info whenever you want by writing Andi

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

2008-09-25 Thread Dorothea Salo
On Thu, Sep 25, 2008 at 11:36 AM, Diggory Mark <[EMAIL PROTECTED]> wrote: > 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

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 s

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 > probab

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

2008-09-25 Thread Walker, David
ay, September 24, 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 your

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

2008-09-24 Thread Walker, David
ists.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 doesn't create any body, which close

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

2008-09-24 Thread Mark Diggory
State University > http://xerxes.calstate.edu > > From: Mark Diggory [EMAIL PROTECTED] > Sent: Wednesday, September 24, 2008 2:40 PM > To: Dorothea Salo > Cc: dspace-tech@lists.sourceforg

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

2008-09-24 Thread Mark Diggory
I believe its the section above... "xmlui.ArtifactBrowser.ItemViewer.head_parent_collections" creates the same label and your doesn't create any body, which closes it out (dd/>) and breaks the flow. > > > > xmlui.ArtifactBrowser.ItemViewer.head_parent_colle

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

2008-09-24 Thread Walker, David
Salo [EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 1:40 PM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Manakin: Why am I getting a doubled header? > I wonder if we have enough XSL context to see the problem. The utilities template is available from <h

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 , and the UW-Madison theme that inherits this theme is at . Share and enjoy! > (N

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

2008-09-24 Thread Mark H. Wood
On Wed, Sep 24, 2008 at 02:54:17PM -0500, Dorothea Salo wrote: > On Wed, Sep 24, 2008 at 2:43 PM, Mark Diggory <[EMAIL PROTECTED]> wrote: > > Wheres the problem? > > Well, in my browser (FFX3/Mac), the "Part of" header in the metadata > section is doubled. If that's not happening for anybody else,

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

2008-09-24 Thread Dorothea Salo
On Wed, Sep 24, 2008 at 2:39 PM, Walker, David <[EMAIL PROTECTED]> wrote: > Gotta be this part, no? > > > > Maybe it should just be: > > That also works to produce the URLs (and is maybe a bit cleaner), but it doesn't address the problem. As I read the entire thing, it OUGHT to just trigger t

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

2008-09-24 Thread Walker, David
11:48 AM To: DSpace Subject: [Dspace-tech] Manakin: Why am I getting a doubled header? First, the problem: <http://minds-test.wisconsin.edu/handle/1760/11124>. Next, the code that is generating the problem: xmlui.dri2xhtml-METS-1.0.is

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

2008-09-24 Thread Dorothea Salo
On Wed, Sep 24, 2008 at 2:43 PM, Mark Diggory <[EMAIL PROTECTED]> wrote: > Wheres the problem? Well, in my browser (FFX3/Mac), the "Part of" header in the metadata section is doubled. If that's not happening for anybody else, that's good information! Dorothea -- Dorothea Salo [EMAIL PROTECTED]

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

2008-09-24 Thread Mark Diggory
Sorry, forget that last email, I was not reading closely. This generates... Part of http://apache.org/cocoon/i18n/2.1"; /> Part of http://apache.org/cocoon/i18n/2.1";>http:// www.aip.org; http://apl.aip.org/ The xsl:if test wrapping this xslt suggests your already inside the rendering of the

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:

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

2008-09-24 Thread Dorothea Salo
First, the problem: . Next, the code that is generating the problem: xmlui.dri2xhtml-METS-1.0.ispartof ; My brain is broken. How did I mess this up? Dorothea -- Dorothea Salo [EMAIL PR