←back to thread

357 points ingve | 3 comments | | HN request time: 0.734s | source
1. bickfordb ◴[] No.43976711[source]
Maybe it's time for new document formats and browsers that neatly separate content, presentation and UI layers? PDF and HTML are 20+ years old and it's often difficult to extract information from either let alone author a browser.
replies(1): >>43976780 #
2. rrr_oh_man ◴[] No.43976780[source]
Yes, but I'm sure they're out there somewhere

(https://xkcd.com/927/)

replies(1): >>43978658 #
3. TRiG_Ireland ◴[] No.43978658[source]
Open XML Paper Specification is an XML-based format intended to compete with PDF. Unlike PDF, it is purely static: no scripting.

Also unlike PDF, I've never seen it actually used in the wild.