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
Post a Comment