[xml] xmlAddChild question

2012-04-10 Thread Bruce Sinclair
s in this case). Can you clarify when @cur is freed or not freed? Bruce Sinclair Software Systems Developer - Senior Principal Micro Focus bruce.sincl...@microfocus.com <mailto:bruce.sincl...@microfocus.com> 8310 N. Capital of Texas Hwy. Building Two, Suite 100 Austin, Texas

Re: [xml] xmlAddChild question

2012-04-16 Thread Bruce Sinclair
just curious if this was a bug or my lack of understanding of xmlChildNode. You explanation helps, but did not address the addition of an empty text node. Bruce Sinclair Software Systems Developer - Senior Principal Micro Focus bruce.sincl...@microfocus.com 8310 N. Capital of Texas Hwy

Re: [xml] xmlAddChild question

2012-04-16 Thread Bruce Sinclair
ately, that does not explain the memory leak I was seeing. Bruce Sinclair Software Systems Developer - Senior Principal Micro Focus bruce.sincl...@microfocus.com 8310 N. Capital of Texas Hwy. Building Two, Suite 100 Austin, Texas  78731-1002 Direct: +1 512 340 4717 -Original Message- F

[xml] HTMLtree.c escapes braces

2015-09-24 Thread Bruce Sinclair
acter references. Doing so causes a problem with the use of braces in a Server Response File (SRF) generated with libxml2. We change the first line of the above code to: escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+{}"); to eliminate this issue. Could this