Re: [WiX-users] How to use "<" and ">" in CDATA function

2010-03-15 Thread banda
Thanks for the replay, My requirement is i have a config file, in that i will set the values. I will use those values while deploying msi package in server. In my wix file i will use xmlfile tag. Like below in cofig file : based on LogPath i ha

Re: [WiX-users] How to use "<" and ">" in CDATA function

2010-03-15 Thread banda
Thanks for the replay, My requirement is i have a config file, in that i will set the values. I will use those values while deploying msi package in server. In my wix file i will use xmlfile tag. Like below in cofig file : based on LogPath i have to copy t

Re: [WiX-users] How to use "<" and ">" in CDATA function

2010-03-15 Thread Dave Brotherstone
On Mon, Mar 15, 2010 at 7:26 PM, banda wrote: > > i am new ro wix, > How to use "<" and ">" in CDATA function > This is an XML thing... a CDATA section is interpreted exactly as it's entered, so you can just use < and > as normal characters. e.g. To do this without the CDATA (which in terms

Re: [WiX-users] How to use "<" and ">" in CDATA function

2010-03-15 Thread Kristoffer Danielsson
< > Try googling "xml escape characters". > Date: Mon, 15 Mar 2010 10:26:41 -0800 > From: srinivas.ba...@igate.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] How to use "<" and ">" in CDATA function > > &g

[WiX-users] How to use "<" and ">" in CDATA function

2010-03-15 Thread banda
i am new ro wix, How to use "<" and ">" in CDATA function Please help on this. -- View this message in context: http://n2.nabble.com/How-to-use-and-in-CDATA-function-tp4738881p4738881.html Sent from the wix-users mailing list archive at Nabble.com. ---