I've seen libraries for C++ and Java, but no Python.
Asked
Active
Viewed 684 times
3
-
2Would be helpful if you would tell us, what you actually want to do. If you want an answer, it's not my job to figure out what "fast infoset" really means. – Achim Dec 09 '11 at 21:21
-
7@Achim, if you don't know what a "fast infoset" is, this question is not for you. :) (FYI, Fast Infoset is a standardized binary serialization of XML Infosets designed to be faster to parse and smaller to store.) I am not aware of any Python implementation. It's very enterprisey-flavored tech, so I kind of doubt it. – Francis Avila Dec 09 '11 at 21:27
-
Most Pythonistas would prefer to stay as far away from XML as possible :) – Karl Knechtel Dec 09 '11 at 22:30
-
1Are any of the libraries you've seen open-source? I'd guess there are very few (or quite possibly none). If there is one, have you considered generating your own python bindings for it using, e.g. [swig](http://www.swig.org/)? – ekhumoro Dec 10 '11 at 18:33
1 Answers
0
The GlassFish Fast Infoset Project is open source. But it is Java-based and thus couldn't be used via SWIG in Python. But you could presumably use it with Python code via Jython.

nealmcb
- 12,479
- 7
- 66
- 91