rascal icon indicating copy to clipboard operation
rascal copied to clipboard

lang::html::IO does not support full HTML (missing iframe for example)

Open jurgenvinju opened this issue 3 years ago • 0 comments

We are based on the JEditorPane implementation of HTML for this library feature, but that does not support the full HTML standard. It seems better to write our own parser or map something sweet like jsoup.

  • Also this IO API is missing the O(utput)
  • Also this IO API does not have an algebraic data-type for HTML, but rather it stops at node

jurgenvinju avatar Aug 18 '22 12:08 jurgenvinju