2009/9/15 Walker, David <dwal...@calstate.edu>:
> 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="class">ds-option-set</xsl:with-param>
>  </xsl:call-template>
>  <ul class="ds-options-list">
>   <xsl:apply-templates select="*[not(name()='head')]" mode="nested"/>
>   <xsl:if test="@n='administrative'">
>    <li><a href="#">ask a librarian</a></li>
>   </xsl:if>
>  </ul>
>  </div>
> </xsl:template>


That works! Thanks Dave!

Sean
-- 
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to