1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 04:12:09 +00:00
seirdy.one/content/notes/demise-of-dtds.md
2022-06-08 00:13:48 -07:00

690 B

title date replyURI replyTitle replyType replyAuthor replyAuthorURI
Demise of DTDs 2022-06-08T00:13:46-07:00 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.