Files
FHC-Core/system/templates/include_xslt_xhtml.xslt
T
2024-10-17 15:34:00 +02:00

14 lines
327 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="content">
<html>
<body>
Diese Seite sollte nicht direkt aufgerufen werden!
</body>
</html>
</xsl:template>
</xsl:stylesheet >