(no title)
suchar | 2 years ago
Though, personally, I prefer JSON. Probably due to superior tools (thanks to its popularity) and less-bloated syntax (it is somewhat easier for me to read raw JSON file than raw XML file).
suchar | 2 years ago
Though, personally, I prefer JSON. Probably due to superior tools (thanks to its popularity) and less-bloated syntax (it is somewhat easier for me to read raw JSON file than raw XML file).
pestaa|2 years ago
When XSLT 3.0 tells a joke, it starts with "a JSON walks into a bar..."
https://github.com/Saxonica/Saxon-HE
mdaniel|2 years ago
FWIW https://saxonica.plan.io/projects/saxonmirrorhe/repository seems to be the for-real source repo
suchar|2 years ago
Now compare this with JSON ecosystem
Exoristos|2 years ago
wtetzner|2 years ago
It would be cool to be able to use XPath to query JSON. Of course you'd need to come up with a good mapping between JSON nodes and XML nodes.