Hi

I am facing an issue in wix.
I have an environment config file, in that i will set the values based on 
environment.
I have fetch bunch of  values from environment config file to another xml file.

example :
in environment config file:
<Root>
<string>10.10.10.11</string>
<string>10.10.10.12</string>
<string>10.10.10.13</string>
</Root>

Based on root tag I have copy complete data into another xml. I have tried with 
CDATA also it's not working means
while moving data to another xml it's parsing that data it's coming like

<Root>
&lt;string&gt;10.10.10.11&lt;\string&gt;
&lt;string&gt;10.10.10.12&lt;\string&gt;
&lt;string&gt;10.10.10.13&lt;\string&gt;
</Root>

Could please on this how to resolve this issue

Regards,
Srinivas.
iGATE is Ranked No. 1 in DQ-IDC best IT employer survey and Ranked No.2 
by Business Today-Mercer Human Resource Consulting-TNS  in a cross industry 
survey of Best Companies to work for in India
----------------------------------------------------------------DISCLAIMER---------------------------------------------------------
Information transmitted by this EMAIL is proprietary to iGATE Group of 
Companies and is intended for use only by the individual 
or entity to whom it is addressed and may contain information that is 
privileged, confidential, or exempt from disclosure under 
applicable law. If you are not the intended recipient of this EMAIL immediately 
notify the sender at iGATE or mailad...@igate.com 
and delete this EMAIL including any attachments
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to