Swapping in "<>" fixed both issues! Thank you!

Why is it necessary to use that in some cases though when in other
spots I used "<>" without any problem? Shouldn't using the CDATA
wrapper have prevented it from being an issue?

On 1/30/07, Albert van Peppen <[EMAIL PROTECTED]> wrote:
> Did you try using &lt;&gt; instead of <> in your condition?
>
> Like:
>     <Condition>FOOVAR &lt;&gt; ""</Condition>
>
> Iso:
>     <Condition>FOOVAR <> ""</Condition>
>
> Regards,
>
> Albert van Peppen
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to