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"@/:=?;#%&,+");
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