10 lines
470 B
XML
10 lines
470 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
<xsl:import href="xslt/drm_info_head.xsl" />
|
|
<xsl:import href="xslt/drm_info_body.xsl" />
|
|
<xsl:output method="html" omit-xml-declaration="yes" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat" />
|
|
<xsl:include href="../build/xslt/fsfe_document.xsl" />
|
|
<xsl:include href="../build/xslt/fsfe_nolocal.xsl" />
|
|
</xsl:stylesheet>
|