c++ - How to create XML file in blackberry 10 device document directory through cascade QML? -


i have xml data stored in qstring/qbytearray, want write xml data in new sample.xml file , save file in device document directory.

anyone please guide me on this.

thanks in advance.

you can use qxmlstreamwriter. here can find official example reads device , writes out. modify allow read qstring/qbytearray appropriate construct if understand query correctly.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

python - Received unregistered task using Celery with Django -