Re: [xml] HTMLtree.c escapes braces

2015-10-16 Thread Daniel Veillard
On Thu, Sep 24, 2015 at 10:12:25PM +, Bruce Sinclair wrote: > Hi Daniel, > > We have had the issue that libxml2 encodes curly braces as character > references in HTML output because of the following code in HTMLtree.c: > >escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");

[xml] HTMLtree.c escapes braces

2015-09-24 Thread Bruce Sinclair
Hi Daniel, We have had the issue that libxml2 encodes curly braces as character references in HTML output because of the following code in HTMLtree.c: escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+"); if (escaped != NULL) { xmlBufferWriteQuo