Richard wrote:
> In article <[EMAIL PROTECTED]>,
>     Rob Hamflett <[EMAIL PROTECTED]>  writes:
> 
>>      <Publish Event="SpawnWaitDialog" Value="WaitForCostingDlg"><![CDATA[Cos
> tingComplete = 1]]></Publish>
> 
> Do you really need this <![CDATA[]]> business?

CDATA sections is not needed in XML. It is only used if you don't want
to escape special characters like > and/or want to preserve whitespace.
Regular XML does not preserve whitespace.

Of course, there is still the problem with ]] in your text! Though I'm
not sure many people use that.

- Adam


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to