summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/packregistry.xslt4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/packregistry.xslt b/solenv/bin/packregistry.xslt
index 9079bbc6b43d..cf89c1a7dc30 100644
--- a/solenv/bin/packregistry.xslt
+++ b/solenv/bin/packregistry.xslt
@@ -56,7 +56,7 @@
</xsl:template>
<xsl:template
match="oor:component-schema|oor:component-data|templates|component|group|
- set|node-ref|prop|item|value|it|unicode|node">
+ set|node-ref|prop|item|value|it|unicode|node|info">
<xsl:copy copy-namespaces="no">
<!-- prune oor:component-data xmlns:install="..." namespaces (would only
work in XSLT 2.0, however) -->
@@ -71,7 +71,7 @@
<!-- ignore text elements (which must be whitespace only) -->
</xsl:copy>
</xsl:template>
- <xsl:template match="info|import|uses|constraints"/>
+ <xsl:template match="import|uses|constraints"/>
<!-- TODO: no longer strip elements when they are eventually read by
configmgr implementation -->
<xsl:template match="@*">