Hacker News new | ask | show | jobs
by LameRubberDucky 2422 days ago
For those wondering what you do with XML as a document markup language, see the XML document that is the specification for XML. I had to look at the page source to determine it really is an XML document. Looks like an HTML document.

https://www.w3.org/TR/xml/REC-xml-20081126.xml

2 comments

I've got a stylesheet I wrote that turns HTML or XHTML into a fully indented and highlighted representation of itself which I was quite proud of :) I used to spend a lot of time writing XSLT and XQuery lol.
Jesus. That's slick. Almost makes me appreciate all the bells and whistles of XML.

Almost.