[wix-users] Heat .xsl bug?
R
ryee at pronktech.com
Wed Jun 20 20:50:23 PDT 2018
Is it a bug in heat.exe when I can't seem to generate:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
because heat requires the following in the .xsl to function?
<xsl:transform version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:wix="http://schemas.microsoft.com/wix/2006/wi">
The above generates <Wix xmlns:wix="http://schemas.microsoft.com/wix/2006/wi">
in the generated fragment, but if I change the .xsl to <Wix xmlns="..">,
the directory harvest fails (i.e. the fragment is empty).
This is a problem, because burn throws an error and wants to see <Wix
xmlns=".."> and not <Wix xmlns:wix="..">
More information about the wix-users
mailing list