blob: d953aabf6cec4892194076713301bfdce00bf817 [file] [log] [blame]
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text" omit-xml-declaration="yes" encoding="UTF-8"/>
<xsl:template match="/agent-definition/agent[@name='CustomAppsNexus']/properties/group[@id='nexusConfig']">
<xsl:apply-templates select="string|integer|boolean"/>
</xsl:template>
<xsl:template match="string">
<xsl:a<caret>ttribute select="@id"/><xsl:text></xsl:text>
</xsl:template>
</xsl:stylesheet>