You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- <?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>
|