Re: [WiX-users] Using document() function in XSLT with HEAT

2010-07-03 Thread Blair
This has been submitted as bug 3024936. -Original Message- From: Blair [mailto:os...@live.com] Sent: Tuesday, May 25, 2010 3:31 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Using document() function in XSLT with HEAT To contribute it

Re: [WiX-users] Using document() function in XSLT with HEAT

2010-05-25 Thread Blair
45 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Using document() function in XSLT with HEAT Thanks for the reply! #2 does not seem viable. See: http://stackoverflow.com/questions/2882963/xslt-adding-elements-on-the-s ame-path I edited the IL code o

Re: [WiX-users] Using document() function in XSLT with HEAT

2010-05-25 Thread Chrobot, Stefan
General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Using document() function in XSLT with HEAT The three solutions in order of speed are: 1. Edit/recompile WixUtilExtension.dll to enable the document() XSLT function. (Source file appears to be UtilTransformMuta

Re: [WiX-users] Using document() function in XSLT with HEAT

2010-05-24 Thread Blair
The three solutions in order of speed are: 1. Edit/recompile WixUtilExtension.dll to enable the document() XSLT function. (Source file appears to be UtilTransformMutator.cs) 2. Change your transform to eliminate the use of the Document function. 3. Open a bug with the WiX team to enable the documen