summaryrefslogtreecommitdiff
path: root/bibliography.xsl
blob: bb05d3ff9fa86ebc29e82ec96cde68f4aa388d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet
    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:h4sp="http://h4sp.planete-kraus.eu/ns/h4sp">

  <xsl:import href="http://h4sp.planete-kraus.eu/transform/bibtex.xsl" />

  <xsl:output method="text" indent="no"/>
  <xsl:strip-space elements="*" />

  <xsl:template match="/">
    <xsl:apply-templates select="/html:html/html:body/h4sp:bibliography" />
  </xsl:template>
</xsl:stylesheet>