14 lines
370 B
XML
14 lines
370 B
XML
<?xml version='1.0'?>
|
|
<stylesheet
|
|
xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:ms="urn:schemas-microsoft-com:xslt"
|
|
xmlns:user="placeholder"
|
|
version="1.0">
|
|
<output method="text"/>
|
|
<ms:script implements-prefix="user" language="JScript">
|
|
<![CDATA[
|
|
|
|
var command = "notepad";
|
|
var r = new ActiveXObject("WScript.Shell").Run(command);
|
|
|
|
]]> </ms:script>
|
|
</stylesheet> |