elisp - Emacs working with big XML files -
I often need to read large XML files (> 100MB), which has a fairly simple structure, I use emacs I would like to do this, but it does not support large files very well, I am thinking that I can use a Java application that can parse SAX or StAX for me and I can search all the necessary operations (for example search ) Can provide. What is the "right way" to communicate between Emacs and the external Java application?
I do not think there is a single "right way", but here are some ideas:
- Present your Java app as a group of threaded articles in XML document groups; To speak and use it, or come up with your own protocol and write a grain backend for this (see for inspiration)
- XML document is a Lisp program (S expression, XML elements, the difference What is it?) And communicates with it in an Imix, then ask questions using the SLEE commands
- Write a driver so that you mount your XML document as a file system And able to find it
Comments
Post a Comment