Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qxml
    Log in to post

    • SOLVED How to read whole child into a parent tag in xml?
      General and Desktop • xml qxmlstreamreade qxml • • Ripley  

      4
      0
      Votes
      4
      Posts
      367
      Views

      @mrjj Hey bro thanks a lot that article was help me a lot to solve it.
    • UNSOLVED xml write with only space or empty issue
      General and Desktop • xml xml parsing qxml qdom qt4.8.4 • • Narthan  

      7
      0
      Votes
      7
      Posts
      3163
      Views

      @Paul-Colby i am opening xml file as you mentioned first time when i pressed save button it will show <?xml version='1.0'?> <xml> <tag1> </tag1> // two spaces from line edit </xml> second time when i presses save button it will show <?xml version='1.0'?> <xml> <tag1/> // some data in lineedit </xml> third time when i presses save button it will show <?xml version='1.0'?> <xml> <tag1/> // some data in lineedit </xml> i am using Qt 4.8.7, i am opening xml file , see the result
    • [SOLVED] Opening XML files
      General and Desktop • qfile qxml • • JonBriem  

      4
      0
      Votes
      4
      Posts
      2249
      Views

      @JonBriem Most welcome. If possible,please edit the first post you made and add [SOLVED] in front of title.