n1tehawk/LuaXML

Can we not strip `<![CDATA[` and `]]>` when decoding?

cpkio opened this issue · 0 comments

cpkio commented

Input file contains CDATA blocks. After reading, transforming and decoding (xml.decode(xml.str(table)) CDATA text is lost (output as plain text). Can we decode while retaining CDATA?