Brian Smith <[email protected]> writes: > I am writing an application which needs two separate things connected > by an libxml2 node... > > Is it possible to use the psvi field to do that if I avoid using > schema validation? If so what must I avoid doing? > > Or is there another easy way to store two pointers on an XML node?
It seems cleaner to put the pointers into a struct, and point _private to that struct. _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
