|
From: Russ B. <pic...@gm...> - 2009-10-27 18:56:36
|
Hi, I'm trying to parse a file using libxml++ and am encountering this error: error: xmlSAX2Characters: huge text node: out of memory From what I've read, this is because I need to enable XML_PARSE_HUGE. However, I can't see how this is achieved from libxml++. Could anyone advise? Thanks. -- Russ |