I need to do some static analysis of QML-format files (wiki), but I can't find any parsers for them. The only way I see is to reuse source code of the Qt Declarative module or write my own parser. I can't find anything on the web. Can anyone point me to some tool, converter to XML or Perl/Python module to easily parse elements from QML files?
Thanks a lot for your help!
