summaryrefslogtreecommitdiff
path: root/flat/CIAO/DAnCE/bin/integ_deployment.xsl
blob: e198779f4a6c0358179a2a35005408811ae68445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="text" encoding="utf-8" />

<xsl:template match="/">
<xsl:for-each select="System/Application/Managed-process[@Name='AssemblyFactory']">
<xsl:value-of select="@Args" />
</xsl:for-each>
</xsl:template>

</xsl:stylesheet>