Hi All,
I'm trying to use xmlAddChildList( ) and seems there is a strange problem in
adding this
child list to the doctree (xmlDocPtr).
here is the code snippet which creates the problem.
bool AddChild(const string &path, xmlNodePtr *node*, AddChildType addType)
{
...assume after eva
In doing some testing against a commercial code-checking tool, I found
that most (all?) of the free() calls in libxml2 were not being followed
by x = NULL. This was causing crashes in a multi-threaded test program
on linux. Please accept and apply the following patch at your earliest
convenie
On Aug 29, 2007 3:32 PM, Daniel Veillard <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 29, 2007 at 06:50:53PM +0530, harbhanu wrote:
> > >> What libxml2 creates is a sliding window over the full document. It
> > >> contains the current node and its ancestors. That's the only guarantee
Therefore, if I u
On Tue, Feb 12, 2008 at 10:32:42PM -0500, Edward Z. Yang wrote:
Hi Edward,
> Over at the PHP documentation project, we use libxml in order to parse
> and then process our documentation. [1] Recently, some optimization work
> was done to the loading and resolution of entities inside or XML
> doc
On Wed, Feb 13, 2008 at 03:02:45AM +0530, Senthil Nathan wrote:
>
>Hi,
>
>Is there an option to disable the xml standards check.
>
>
>
>Because I would be having few tags as <1> which are not
>
>proper xml standards. And I'm finding ways to avoid such improper
>
>tags.
On Tue, Feb 12, 2008 at 03:16:09PM +0100, Mickautsch, Alfred wrote:
> Sorry, I should have sent the mail to the list :-(.
>
>
>
> -Ursprüngliche Nachricht-
> Von: Mickautsch, Alfred
> Gesendet: Dienstag, 12. Februar 2008 15:15
> An: '[EMAIL PROTECTED]'
> Betreff: AW: [xml] xmlwriter fun