<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">

<xsl:template match="/">
   <xsl:apply-templates select="dc-record/identifier"/><BR />
</xsl:template>
  

<xsl:template match="identifier">
	<FONT FACE="Arial" SIZE="2" COLOR="#000000"><B><xsl:apply-templates /></B></FONT>
</xsl:template>
  
<xsl:template match="text()"><xsl:value-of /></xsl:template>
  
</xsl:stylesheet>
