Remix.run Logo
simonw a day ago

Looks like XML but isn't actually valid XML. This for example:

  <title>This & that</title>
  <author>Simon</author>
  <body>Article content goes here</body>
If you ask an LLM for the title, author and body it will give you the right answer, even though that is not a valid XML document.
tasuki 10 hours ago | parent | next [-]

Quite obvious, how didn't I think of it? Thanks!

joquarky a day ago | parent | prev [-]

If XML had been like this from the start, it might have won.

Just look at HTML vs XHTML.