It's properly escaped at the Atom level, but it will be unescaped once
(that way the &lt;li&gt; turns into an HTML <li>), and at the HTML
level you get an undefined <UI> tag. I think you need to double-escape
the <UI> if you want it to appear as text in the HTML.

-- 
Nicolás

2014-07-20 17:05 GMT-03:00 Hoover, Jacob <jacob.hoo...@greenheck.com>:
> The content is properly escaped:
>
> &lt;li&gt;BobArnson: WIXBUG:4134 - Add &lt;UI&gt; overrides to WixUI 
> localization for pt-BR.&lt;/li&gt;
>
> -----Original Message-----
> From: Phill Hogland [mailto:phogl...@rimage.com]
> Sent: Sunday, July 20, 2014 2:55 PM
> To: wix-devs@lists.sourceforge.net
> Subject: Re: [WiX-devs] appsyn feed: documentation
>
> Thanks for posting it, (http://wixtoolset.org/releases/feed/v3.9).  I will 
> use it as a model to adjust my feed generator.  I originally used wix3.7 the 
> model but made changes based on what I could find for specifications and 
> experimenting with the code.  One very minor detail is that there is an 
> undefined <UI> tag in line 35 (the line that says 'WIXBUG:4134 - Add <UI> 
> ....'  IE ignores it, and I assume others will as well.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to