Storing data in HTML, javascript book, articles recommendations.

Posted by michael on Stack Overflow See other posts from Stack Overflow or by michael
Published on 2010-03-19T13:59:41Z Indexed on 2010/03/19 14:01 UTC
Read the original article Hit count: 235

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html