4 ms·
It's a folder with xml files, content is pretty self-explanatory, but I should write a description.
by dmitripopov 7y ago
It's a folder with xml files, content is pretty self-explanatory, but I should write a description.
- acqq 7y agoWhy xml and not simply zipped htmls? Everybody knows how to author html, if xml is some specific new set of rules, what is the advantage of that approach? If it is xml, what makes it different from the epub format? Is epub format the subset? What were the advantages of it not being the subset?
- dspillett 7y agoWhy XML? In the context of the CHM format I suspect because the answer to everything around that time was XML. If XML wasn't solving your problem you needed more of it.
- acqq 7y agoI've thought what's shown here (and what I've asked about) is a new format that should replace CHM, and not the old "real" CHM?
- p_l 7y agoWhen CHM arrived on the scene, ZIP was far from being treated like container format, and definitely not ubiquitous. As for XML - it's ch easier to make a stable parser that is complete and fast for XML than it is for SGML-based HTML, and indeed the was a big push towards XML everywhere... Partially because of that reason.
- dmitripopov 7y agoBecause technical writing is about structured authoring (e.g. using specialized content items like step-by-step guides, FAQs or Quizzes) and I follow this metaphor, avoiding excessive formatting options and concentrating on things that matter.
- Endy 7y agoHow does that differentiate it from ePub? Because "a compressed folder with XML files" is how I describe that format.
- dmitripopov 7y agoEpub suffers from the same flaws - only one language per file, freeform styling that makes company-wide style consistency problematic (and when we talk about a ERP system with thousands of users and a miriad supplementary tools created for it - it's a really big problem). And it was not designed for context-sensitive help of desktop apps, while LiteHelp is.