|
|
|
|
|
by brazzy
2194 days ago
|
|
There's pretty much always something novel or unique in the way things are put together. I recently had a project that was at first glance a pretty trivial "enter data, verify it, package as XML and send to a backend". Until we realized that the combination of privacy requirements and an industry spec would have required us to do schema validation of the XML in the browser. And apparently the only Javascript library which
does that is machine translated from C, not very stable and doesn't support UTF-8. |
|
[1]: http://sgmljs.net