<div dir="ltr">The code that uses libxml2 is not written by me, but by the other students from the list. However, I'll try aplying your suggestions.<div>Thanks!<br><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/6/3 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net" target="_blank">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, 3 Jun 2013 13:05:38 +0300, Ilkka Ollakka <<a href="mailto:ileoo@videolan.org">ileoo@videolan.org</a>><br>
wrote:<br>
> Any particular reason not using vlc xml_reader ability but directly<br>
> libxml2?<br>
<br>
There are more examples and documentations of libxml2 than the VLC<br>
wrapper. However, using libxml2 directly from VLC plugin is INVALID. It<br>
will lead to threading race conditions and invalid frees because libxml2 is<br>
so poorly designed.<br>
<br>
In other words, either you use the VLC wrapper, or you use another XML<br>
library altogether.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
Sent from my collocated server<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br></div></div></div>