inital commit - Durchstich

This commit is contained in:
Tilman Walther
2012-01-08 15:18:29 +01:00
commit d72297216f
167 changed files with 15822 additions and 0 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="show-article">
<h1>
<xsl:value-of select="normalize-space(/page/article/id)" />
</h1>
<!-- just copy everything as it is expected to be HTML -->
<xsl:copy-of select="content/*" />
</xsl:template>
</xsl:stylesheet>