XML vs. TXT
One of the problems I'm having using XML is that I almost always have code samples included in the text of my studies and I have to use entities for everything. I'd rather use a TEXT file and parse it with document.innerHTML, much simpler and faster. Maybe is not very professional or reusable in the future (even if I think TEXT files will always be in use) as an XML file would be but it works fine.