6
votes
2answers
244 views
Which XML parser for Haskell?
I'm trying to write some application, that performs analysis of data, stored in pretty big XML files (from 10 to 800MB). Each set of data is stored as single tag, with concrete data specified as at …
1
vote
XML Editing/Viewing Software
I use nxml-mode in GNU Emacs for editing xml, including very big files. And i use it for a long time - it quick, provide on-the-fly validation of xml , and provide completion functionality for tag …
4
votes
Schema-sensitive editing in emacs, based on W3C XML Schema? (not RNG)
Just use XSD to RNG converter, like this
…
0
votes
emacs: Does HideShow work with xml-mode (sgml-mode)?
nxml-mode is much faster than other xml editing modes. I use it for many years and very happy with it
…
