Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 0.1
-
Fix Version/s: 1.3.0
-
Component/s: API: JavaScript
-
Labels:None
-
Commits:3104e3053dbff443122165d28ff12b5e14e0cdac
Description
while json is the new kid on the block, xml is not going to go away anytime soon, and it is often used for buildsystem relevant things:
- qt designer qrc files
- visual studio's embedded toolchain configurations
- [add more]
possible approaches (in order of decreasing comfort):
- integrated xquery processor
- "proper" js-based library
- xmlpatterns
- qdom
- qxmlstreamreader