Re: [WiX-users] Problem with XMLConfig Element (empty xmlns attribute)

2008-05-16 Thread RodP42
Hi Stefan, I had the same problem. A simple but unpretty solution I found was to add a second step to populate the empty namespace attribute. e.g. http://add-your-toplevel-schema-namespace-here"; Sequence="2" /> Which results in http://add-your-toplevel-schema-namespace-here"; /> L

Re: [WiX-users] Problem with XMLConfig Element (empty xmlns attribute)

2008-04-17 Thread Rob Mensching
Namespaces in MSXML are hideous things to deal with. I think you need to use the same namespace as the root namespace or MSXML thinks that you're trying to add yourself to a new namespace. I don't know a great way around these sorts of problems without lots of experimentation with XSL in MSXML