Any tricks for seeing the DRI doc of a POST'd parameterized page such  
as:

   :8080/dome-xmlui-webapp/search

Clearly sticking /DRI" in the URL doesn't net a DRI representation of  
the actual displayed search page.  I'm trying to dig around and make  
some changes to templates being used to display the search results page.

Thanks,

  -sf



On Jan 4, 2008, at 12:21 PM, Dorothea Salo wrote:

>> Things are simpler with XSL 2.0 where you can just use regular
>> expressions to match anything relatively painlessly. But with XSL 1.0
>> you can use the build in string manipulation functions for some  
>> help....
>
> Well, the specific use-case for $currentpage was a bit different...
>
> <xsl:template match="dri:xref">
>     <a>
>         <xsl:attribute name="href"><xsl:value-of
> select="@target"/></xsl:attribute>
>         <xsl:if test="($currentpage)=(@target)">
>             <xsl:attribute name="class">
>                 <xsl:text>current</xsl:text>
>             </xsl:attribute>
>         </xsl:if>
>         <xsl:apply-templates />
>     </a>
> </xsl:template>
>
> But as long as I'm taking the trouble to build $currentpage to begin
> with, no reason not to use it for other things.
>
> 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
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to