From 4b81d38bc6c2752a3bbc7aa2419698d11520504d Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Thu, 19 Sep 2013 17:26:52 +0200 Subject: [PATCH] Now initializing eXSLT together with libXML --- src/astrognome.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/astrognome.c b/src/astrognome.c index 67c8c50..7f6472f 100644 --- a/src/astrognome.c +++ b/src/astrognome.c @@ -3,6 +3,8 @@ #include #include #include +#include +#include #include @@ -88,6 +90,9 @@ main(int argc, char *argv[]) #endif LIBXML_TEST_VERSION; + xmlSubstituteEntitiesDefault(1); + xmlLoadExtDtdDefaultValue = 1; + exsltRegisterAll(); gswe_init(); option_version = FALSE,