Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Windows
/
System32
/
wbem
/
en-US
/
View File Name :
xml.xsl
<?xml version="1.0"?> <!-- Copyright (c) Microsoft Corporation. All rights reserved. --> <!-- Generic stylesheet for viewing XML --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml" omit-xml-declaration="yes" indent="yes"/> <!-- This template will always be executed, even if this stylesheet is not run on the document root --> <xsl:template match="/"> <DIV STYLE="font-family:Courier; font-size:10pt; margin-bottom:2em"> <!-- Scoped templates are used so they don't interfere with the "kick-off" template. --> <xsl:apply-templates/> </DIV> </xsl:template> <xsl:template match="*"> <DIV STYLE="margin-left:1em; color:gray"> <<xsl:value-of select="local-name()"/>><xsl:apply-templates select="@*"/>/> </DIV> </xsl:template> <xsl:template match="*[node()]"> <DIV STYLE="margin-left:1em"> <SPAN STYLE="color:gray"><<xsl:value-of select="local-name()"/><xsl:apply-templates select="@*"/>></SPAN><xsl:apply-templates select="node()"/><SPAN STYLE="color:gray"></<xsl:value-of select="local-name()"/>></SPAN> </DIV> </xsl:template> <xsl:template match="@*"> <SPAN STYLE="color:navy"> <xsl:value-of select="local-name()"/>="<SPAN STYLE="color:black"><xsl:value-of select="."/></SPAN>"</SPAN> </xsl:template> <xsl:template match="processing-instruction()"> <DIV STYLE="margin-left:1em; color:maroon"><?<xsl:value-of select="local-name()"/><xsl:apply-templates select="@*"/>?></DIV> </xsl:template> <xsl:template match="node()[nodeTypeString=cdatasection]"><pre><![CDATA[<xsl:value-of select="."/>]]></pre></xsl:template> <xsl:template match="text()"><xsl:value-of select="."/></xsl:template> </xsl:stylesheet>