| Server IP : 159.253.20.91 / Your IP : 216.73.216.111 Web Server : nginx/1.20.2 System : Linux se38c9e53.fastvps-server.com 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 User : pr11_ru_usr ( 1041) PHP Version : 8.1.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/fastpanel2-awstats/tools/xslt/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xsl:template match="/">
<html>
<head />
<body>
<br />
<xsl:for-each select="xml">
<br />
<xsl:for-each select="version">
<xsl:for-each select="lib">
<xsl:apply-templates />
</xsl:for-each>
</xsl:for-each>
<br />
<br />
<xsl:for-each select="section">
<xsl:for-each select="@id">
<xsl:value-of select="." />
</xsl:for-each>
<p>
<xsl:for-each select="table">
<xsl:for-each select="tr">
<xsl:for-each select="td">
<xsl:apply-templates /> </xsl:for-each>
<br />
</xsl:for-each>
<br />
</xsl:for-each>
</p>
</xsl:for-each>
<br />
</xsl:for-each>
</body>
</html>
</xsl:template>
</xsl:stylesheet>