Multi-mode XML processors for Java and/or Scala -


one of benefits of using jackson json processing is:

all modes [i.e. streaming, tree, , binding java objects] supported, , best of all, in such way easy convert between modes, mix , match. example, process large json streams, 1 typically starts streaming parser, uses data binder bind sub-sections of data java objects: allows processing of huge files without excessive memory usage, full convenience of data binding.

are there xml processors java or scala support scenario?

maybe want check out smooks

http://smooks.org

hth


Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -