Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
183 views

Here is the qt code that crash: Writing the content of a 130MB binary file will crash, but writing a 2MB binary file will not. Is there any solution for writeTextElement to write big file content? ...
0 votes
0 answers
190 views

I'm trying to parse this QString that contains XML. This is the content <Field_A>xxx_1</Field_A> <Field_B>xxx_2</Field_B> <Field_C>xxx_3</Field_C> ... This XML has ...
0 votes
0 answers
288 views

I am parsing a xml file with QXmlStreamReader. This XML is like this: <?xml version="1.0" encoding="UTF-8"?> <LangDef langCode="0809"> <LangID ID="...
0 votes
0 answers
187 views

I want to parse the following xml (it's a xsd): <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" ...
Jepessen's user avatar
  • 12.7k
0 votes
1 answer
724 views

I need to process some XSD for performing operations, and I need to process them as normal XML files. I want to take every element of the XSD and process them (for example by printing them and their ...
0 votes
1 answer
523 views

I have a xml files which contains English and French strings as messages. I am trying to read a specific element from xml file and replace their value with some another specifc value. Example (In the ...
1 vote
1 answer
479 views

I have a problem with getting value for nested tags using QXmlStreamReader. My xml is as follows: <?xml version="1.0" encoding="UTF-8"?> <root> <Class Name="Simple1"> <...
0 votes
1 answer
2k views

I am trying to set my XML file to QDomDocument using setContent and it returns an error. My XML file: <?xml version="1.0" encoding="UTF-8"?> <root> <Tag1> <...
4 votes
1 answer
302 views

I am using Qt 5.11.1(MSVSC2015 32bit) and QtCreator 4.6.2. I am having trouble parsing XML with QXmlStreamReader. Code is written based on Qt's example. When my code is executed it produces access ...
0 votes
1 answer
802 views

I am trying to parse the QString which looks like below: <unit> <unit_type>110A</unit_type> <manufacturer>ABC</manufacturer> <article_number>9900</...
2 votes
1 answer
3k views

So, I'm attempting to read through a modest-sized XML document. It's structured like so: <project identifier="project1"> <author>Joe Smith</author> <author2>Rick Jones&...
Dito's user avatar
  • 192
0 votes
1 answer
237 views

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE CINEMAS_PROJECT_FILE> <CinemasProject XMLversion="1"> <Cascade> <ChildrenIDs> <JobName>1<...
Sijith's user avatar
  • 4,018
0 votes
1 answer
972 views

I am trying to read the xml file that has nested tags, below is my xml file <?xml version="1.0" encoding="UTF-8" ?> <root> <Header> <Hvers>1.0.0.0</Hvers> <SvVers>...
JNI_OnLoad's user avatar
  • 5,442
0 votes
0 answers
537 views

I have a huge Xml file, whose elements can be repetative and can contain number of child elements. I need a generic code which can read all elements and their Child elements without hardcoding. Note: ...
3 votes
1 answer
3k views

I have strange issue with Qt QXmlStreamReader. I'am trying to parse simple document (note: it is generated using QXmlStreamWriter): <?xml version="1.0" encoding="UTF-8"?> <tex> <...

15 30 50 per page
1
2 3 4

AltStyle によって変換されたページ (->オリジナル) /