Skip to content

Commit

Permalink
[HWKMETRICS-509] Update the xsl template query to use the correct nam…
Browse files Browse the repository at this point in the history
…espace selector.
  • Loading branch information
Stefan Negrea committed Oct 17, 2016
1 parent bda4a09 commit 1e69244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" xalan:indent-amount="4" standalone="no" />

<xsl:template match="//*[local-name()='subsystem' and @xmlns='urn:jboss:domain:infinispan:4.0']">
<xsl:template match="//*[local-name()='subsystem' and namespace-uri()='urn:jboss:domain:infinispan:4.0']">
<xsl:copy>
<xsl:apply-templates select="node()|comment()|@*" />
<cache-container name="hawkular-alerts" default-cache="triggers" statistics-enabled="true">
Expand Down

0 comments on commit 1e69244

Please sign in to comment.