On Wed, Nov 11, 2009 at 10:14 AM, Joseph Montanez <[email protected]> wrote: > Hm.. I think that would work but I've been following > http://references.valadoc.org/libxml-2.0.html So i guess the bindings > for the html parse of libxml isn't there yet. I tried to follow > http://live.gnome.org/Vala/Bindings to bind libxml2 but after making > the .files and .namespace there wasn't much luck running with the > vala-gen-introspect. It just hangs doing nothing. >
You have to do the libxml2 bindings by hand (like they are done now) because libxml2 does not use GObject or (imo) a sane or consistent naming scheme so you have to manually map it. -- Travis Watkins http://www.realistanew.com _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
