3
Is there any Excel-like software for XML data?
Something not restricted to spreadsheet format, but allowing:
- data with hierarchy
- more strict typing
- tagging
- multiple views to the data, unlike Excel's plain spreadsheets
For example, in a kind of a music library, if we have artists, albums and tracks, and each of them has a few attributes, and some attributes are numeric, some are sets of tags (where order is not important), some are lists (where order is important).
We'd need to edit, browse, filter this data dynamically, do basic calculations, and keep relations between entities.
Spreadsheet programs and the functions they offer are bound to the paradigm of information ordered in a 2-dimensional grid. XML is completely different – information is represented as a tree. Can you give an example of what data you have and what you want to do with it? – slhck – 2012-03-02T15:05:51.123
For example, in a kind of a music library, if we have artists, albums and tracks, and each of them has a few attributes, and some attributes are numeric, some are sets of tags (where order is not important), some are lists (where order is important). And we need to edit, browse, filter this data dynamically, do basic calculations, and to keep relations between entities. – Ognjen – 2012-03-02T15:38:25.073