Addendum to last message: I just noticed that the double escaping occurs in XML output, not JSON output. In JSON, & is just &. -Alex
On Tue, Nov 16, 2010 at 15:55, Alex Matulich <[email protected]> wrote: > Chris, just to clarify something: > When I look at a dump of the categories, I see these category names: > > Sales &amp; Retail > Religion &amp; Spirituality > and so on. > > Is this correct, what you intended? I'm wondering what purpose there > is to double-escape an ampersand in the output, since it is being > processed internally (in PHP or whatever) before rendering on the > client's browser. I have to do an extra internal step to un-escape the > extra one. > > -Alex
