Displaying 1 result from an estimated 1 matches for "jsonml".
Did you mean:
jsonl
2011 Jul 29
0
HTML sanitization
...straight through.)
Okay, well, I guess I'm committed to implementing this, then. Here's what I'm
thinking about how to do it. Is this a good way to do it? **I'd really
appreciate comments** before I go haring off without the benefit of other
people's advice and experience.
* JsonML doesn't have a spec written in English, as far as I can tell, just a
[BNF grammar][] and some example implementations in [XSLT][] and [JS with
the DOM][DOM]. As far as I can tell, both of the example implementations
unescape entity references on input and re-escape them on output, a...