←back to thread

357 points ingve | 2 comments | | HN request time: 0.52s | source
Show context
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 #
1. rrr_oh_man ◴[] No.43976780[source]
Yes, but I'm sure they're out there somewhere

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

replies(1): >>43978658 #
2. 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.