|
<xsl:stylesheet xmlns:xdoc="http://www.pnp-software.com/XSLTdoc" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xdoc:doc type="stylesheet"> <xdoc:short>Configuration file.</xdoc:short> <xdoc:author>Bruce D’Arcus</xdoc:author> <xdoc:copyright>2004, Bruce D’Arcus</xdoc:copyright> </xdoc:doc>
<xdoc:doc> <xdoc:param type="biboutfile">Optional output file name for raw bibliographic collection.</xdoc:param> </xdoc:doc> <xsl:param name="biboutfile" />
<xdoc:doc> <xdoc:param type="bibdb">The data store for the bibliographic data. Current default is exist-xmldb, but will also support a "flatfile" option, as well as "sru" for SRU/CQL queries.</xdoc:param> </xdoc:doc> <xsl:param name="bibdb" select="'exist-xmldb'" /> <xsl:param name="server_url" /> <xsl:param name="email" /> <xsl:param name="username" /> <xsl:param name="password" />
<xdoc:doc> <xdoc:param type="bibinfile">When using the flatfile bibdb option, the path for the bibliographic data file.</xdoc:param> </xdoc:doc> <xsl:param name="bibinfile">../../data/mods.xml</xsl:param> </xsl:stylesheet> v |


