Storing data in HTML, javascript book, articles recommendations.
- by michael
I'm looking for articles or books that discuss schemes and techniques adopted by pro javascript developers to store and organize data with html tags. In other words, how to emulate xml data storage with html as semantically as possible.
Some various solutions that I've seen mentioned in passing are custom DTD, custom attributes with xhtml, early adoption of html5 and its data- attribute.
Now, I'm looking for some tangible material that goes in depth with these concepts.