--- Abraham Nelson <[EMAIL PROTECTED]> wrote: > However now I wonder if the namespace structure I > created will automatically be freed when I call > xmlFreeDoc(xmlDoc) later, or if I have to release it > myself with xmlFreeNS?
Never mind. After using Google to search the list instead, I found out that yes, the ns structure gets attached to the doc and is released along with it: http://mail.gnome.org/archives/xml/2002-June/msg00207.html __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
