Reading an XML file using QXmlStreamReader

前端 未结 1 1674
生来不讨喜
生来不讨喜 2020-12-16 23:34

I want to read an XML file using QXmlStreamReader, but I really don\'t know where the problem is. My function reads the content of the first tag, but then it st

1条回答
  •  不思量自难忘°
    2020-12-17 00:20

    The problem was in the form of the XML document. I needed to create a root tag.

    The new form of the document is:

    
        
            
                mina 
                jina
                13
            
            
                Cina 
                fina
                13
            
        
    

    0 讨论(0)
提交回复
热议问题