hi

I use heat to generate wxs:
"heat file x.txt -t:tr.xsl -out x.wxs"
and as a result i get error:

"heat.exe : error HEAT5055 : Error applying transform C:\work\sandbox\tr.xsl to 
harvested WiX: Token StartElement in state EndRootElement would result in an 
invalid XML document. Make sure that the ConformanceLevel setting is set to 
ConformanceLevel.Fragment or ConformanceLevel.Auto if you want to write an XML 
fragment."

tr.xsl:

<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0" 
xmlns="http://schemas.microsoft.com/wix/2006/wi"; 
xmlns:wix="http://schemas.microsoft.com/wix/2006/wi";>
  <xsl:output method="xml" indent="no"/>
  <xsl:template match="/wix:Wix">
        <xsl:copy-of select="./*"/>
  </xsl:template>
</xsl:stylesheet>


I am just starting learning xsl so i will appreciate any help with this

br
PoKrec

-- 
View this message in context: 
http://n2.nabble.com/Heat---xsl-tp2532164p2532164.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to