diff options
Diffstat (limited to 'solenv/bin/packregistry.xslt')
-rw-r--r-- | solenv/bin/packregistry.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/packregistry.xslt b/solenv/bin/packregistry.xslt index 5e25c95d1730..9079bbc6b43d 100644 --- a/solenv/bin/packregistry.xslt +++ b/solenv/bin/packregistry.xslt @@ -33,7 +33,7 @@ instead of the below for-each would only issue warnings, not errors, for non-existing or otherwise bad input files; it is important that the input filename list is already sorted in an order suitable for the configmgr - (e.g., xcs files preceeding xcu files). + (e.g., xcs files preceding xcu files). --> <xsl:for-each select="list/filename"> <xsl:variable name="doc" select="document(concat($prefix, .))"/> |