Files
FHC-Core/system/templates/include_xslt_xhtml.xslt
T
SimonGschnell a21a292da6 dokument upload
2024-01-29 16:48:41 +01:00

14 lines
327 B
HTML
Executable File

<?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 >