anyone using libxml2?

I’ve installed libxml2 from the qnx.com site and can compile with it included. However, the object pointers returned from simple calls such as xmlDocGetRootElement() appear to be invalid. I wonder if anyone else is using this library, and any suggestions as to how to get it working.

Jim C.

I was able to get it to work by rebuilding from source, then following the example code which uses libtool in the linking step.