Hello, I'm writing an XSLT extension function, which collects pointers to nodes for a later use. Unfortunately, sometimes libxslt frees the nodes which are collected, so the pointers become corrupted and my program crashes.
Is there any way to intercept xmlFreeNode or to notice that the nodes go away? -- Oleg Paraschenko olpa@ http://xmlhack.ru/ XML news in Russian http://uucode.com/blog/ Generative Programming, XML, TeX, Scheme _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
