Just feel that python is easier for XML manipulation.
e.g.
1 2 3 4 |
|
Very concise.
whereas in erlang, since the function xmerl:string may return a list that’s composed of various record type (such as xmlRecord or xmlText etc), it makes the handling more complex (one clause per record type). The printout from REPL is also a lot more verbose. e.g.
1 2 3 4 5 6 7 8 9 10 11 |
|