Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Get all child from tag XML

Get all child from tag XML

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Helson
    wrote on last edited by Helson
    #1

    Hello, I need get all child from a tag of the structure below

    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <ns2:listarAlgo xmlns:ns2="http://soap.myws.com.br/">
        <return>
            <codigo>1111</codigo>
            <dataNascimento>1999-01-01</dataNascimento>
            <email>my@email.com</email>
            <nome>MyName</nome>
            <sexo>F</sexo>
            <grauInstrucao/>
            <identificador>349</identificador>
            <usuario><codigo>111</codigo>
            <email>my@email.com</email>
            <login>MyLogin</login>
            <nome>MyName</nome>
            <senha>Seinha</senha>
            </usuario>
        </return>
    </ns2:listarAlgo>
    </soap:Body>
    </soap:Envelope>
    

    I need get all child of <return></return>
    I'm using QDomDocument with no success...

    Thanks!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Please don't post the same question multiple times

      You already are getting answers there

      Closing this one.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved