configuring servers

Am still working on this, but FYI, here’s how on could configure the
server-based suport (SRU an such):

<xsl:stylesheet xmlns:xsl=“http://www.w3.org/1999/XSL/Transform” version=“2.0”>
<xsl:import href=“dbng-xhtml.xsl”/>

<xsl:param name=“citation-style” select="‘author-year’"/>
<xsl:param name=“bibdb” select="‘sru’"/>
<xsl:param name=“server_url"
select=”'http://polaris.ipoe.uni-kiel.de/refs/sru.php?’"/>
<xsl:param name=“email” select="‘user@refbase.net’"/>

</xsl:stylesheet>