I am using the commandline app xmlsec to encrypt and decrypt files. I got an XML File with a node at 40 MB of size. I already found out i need to set
LIBXML_PARSEHUGE
to parse nodes bigger than 10 MB
Does anyone know how to enable this? I searched the source code of xmlsec for the Parser init, but couldn't find a way to integrate the option Do i have to set this inside the source and recompile it? When so, do i have to recompile libxml or xmlsec?