----- Original Message ----- From: "Scott Phillips" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "DSpace Tech-List" <[email protected]> Sent: Monday, April 21, 2008 3:22 PM Subject: Re: [Dspace-tech] [Dspace-general] Change displayed itemmetadata(XMLUI)
> > Oh, sorry. I thought have thought a step a head in answering your > question. Yes, adding the &XML will give you the DRI page. However the > DRI page no longer includes proper metadata, instead it includes a > reference to the metadata. So you see the line: >> <reference repositoryID="123456789" type="DSpace Collection" >> url="/metadata/handle/123456789/3/mets.xml"/> > > Use the URL here to resolve to the mets document for the item, this > document is what is being processed by the DIM handler. Ah - much better. Still few questions though. So if substitute with my custom metadate whereever i can i get this (see below): Now, sisnce my metadata is from custom scheme, what do i sub "xmlui.dri2xhtml.METS-1.0.item-date" and "<xsl:copy-of select="substring(./node(),1,10)"/>" with? Thanks you again for all your help... <xsl:if test="dim:[EMAIL PROTECTED]'person' and @qualifier='startterm']"> <tr class="ds-table-row odd"> <td><span class="bold"><i18n:text>xmlui.dri2xhtml.METS-1.0.item-date</i18n:text>:</span></td> <td> <xsl:for-each select="dim:[EMAIL PROTECTED]'person' and @qualifier='startterm']"> <xsl:copy-of select="substring(./node(),1,10)"/> <xsl:if test="count(following-sibling::dim:[EMAIL PROTECTED]'person' and @qualifier='startterm']) != 0"> <br/> </xsl:if> </xsl:for-each> </td> </tr> </xsl:if> > > Scott-- > > ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

