Questions tagged [readxml]
113 questions
-1
votes
2 answers
xml to csv convert c#
i am writting a c# fonction that convert xml file to csv file but i get an error which i cannot find a solution can any one help?
protected static string page_load()
{
string xmlString = System.IO.File.ReadAllText(@"D:....file.xml");
DataSet ds =…

helpcaller
- 23
- 1
- 6
-1
votes
2 answers
Read XML Continuously in C#
I have XML file as follow:

smi. kh
- 1
-1
votes
1 answer
Reading Xml Nodes with PHP
I have a problem with PHP. I cannot read xml with PHP, and with SimpleXml.
How can I do.
My Xml files is below.
I just want your CompanyList.

Caner
- 813
- 1
- 12
- 26
-1
votes
2 answers
Read xml nodes to dataset, edit values of descendants and save (Visal Studio) - reopen
This is my sample.xml file. I'm looking for instruction how to read this and put content from all nodes (subnodes) to DataSet and show it in DataGrid. I can only read single Node (without subnodes).
My code is below:
Private Sub…

Artec
- 183
- 4
- 16
-2
votes
2 answers
QT C++ Project (Creating Login with XML)
I have question about my internship project. They want me to create a basic Login page(ID, Password). I create a XML file for Username and Password. The program should check the XML file for username and password*. If they are correct it will direct…

Tarık
- 13
- 3
-2
votes
1 answer
Parse a xml file in Visual basic
which is the best way to parse this xml ???
sAuspuffendrohr
s02010000373
…

Silvia Parfeni
- 518
- 1
- 6
- 17
-2
votes
1 answer
How to display random lines from excel sheet in android?
I am reading 10 lines (each cell separately) from an excel sheet and am displaying it in ListView. But I have an idea: instead of displaying it in a ListView, I want to display in a textView randomly.
Here is the code for displaying in ListView I…

Gowtham Kumar
- 534
- 8
- 22
-4
votes
1 answer
Unable to read complex XML deep nested structure using Java
Below is my sample xml, and I am unable to read the value - Johnson Elementary School from xml using my Java code. I am able to read attributes, but not the value passed inside School ie. Johnson Elementary School. Let me…

Padma
- 1