1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/content/notes/demise-of-dtds.md
2022-11-01 22:22:47 -07:00

733 B

title date replyURI replyTitle replyType replyAuthor replyAuthorURI
Demise of DTDs 2022-06-08T00:13:46-07:00 https://web.archive.org/web/20220725170506/https://hackers.town/@theruran/108440475936938471 ever looked into writing your own DTD? SocialMediaPosting theruran https://hackers.town/@theruran

People have mostly moved on from DTDs. In HTML-land, they use the Living Standard; in XML land, they stick to boring existing parsing rules and use XML namespaces. In both, they use RDF vocabularies to describe RDF-based structured data.

I'm curious as to why you're interested in creating a new DTD. I think that unless you plan on creating a new SGML-based language, you're better served by namespaces.