luaexpat
luaexpat copied to clipboard
LuaExpat is a SAX XML parser based on the Expat library
Workaround for #32 When building the lib and the header `expat_config.h` is not being found, then the system is missing an important header. The settings in that header file can...
Trying to bump a luaexpeat dependency on something in Homebrew I ran into trouble moving to 1.5.x because for whatever reason even the newer versions of libExpat don't supply `expat_config.h`...
Currently, luaexpat always parses standard XML entities into their corresponding characters. While this is convenient for most applications, it inhibits creating programs that preserve entity encoding when serializing a document....