#include #include #include int main() { xsltInit(); xsltStylesheet* style = xsltNewStylesheet(); exsltRegisterAll(); xsltFreeStylesheet(style); xsltCleanupGlobals(); return 0; }