Why XML_SetParamEntityParsing is not in expat library?

Hi,

Does anybody know why XML_SetParamEntityParsing(…) is not in expat library?

strings /usr/lib/libexpat.a | grep XML_SetP

XML_SetProcessingInstructionHandler
XML_SetProcessingInstructionHandler

strings /usr/lib/libexpat.so | grep XML_SetP

XML_SetProcessingInstructionHandler
XML_SetProcessingInstructionHandler

Could be the libexpat version? Where can I find latest expat binaries?

Thank you very much!

Regards,
Juan Manuel

The expat version that ships with Neutrino is fairly old. If you want a pre-build version, then you
could use the one from the /opt/crank archive:
cranksoftware.com/downloads/

Or, expat is a pretty simple build, you could just rebuild it yourself.

Hope this helps,
Thomas

Hi! thank you very much tfletche!..

Now, I have two extra questions. The opt-crank.3.1 package is built for 6.4.0, it will not run on 6.3.2. So,

  1. Is there the same package built under 6.3.2?
  2. Is there a place where I can find that whole set of libreries sources togheter?, or where can I find those sources?

Regards,
Juan Manuel