Should I store HTML in XML or encode it first?
Posted: Wed Apr 16, 2008 10:24 pm
I'm writing a content system that will use XML for storage. I will be storing HTML, so should I just drop the HTML into XML elements or is that a bad idea and will it affect parsing of the file using simplexml? If it will cause problems, what should I do...base64?