python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Iterate through an XML document
What's the efficient way to iterate through this XML document using C#? This document is the result of relationship between two apps.
Hence there is the info for the user, and the info for the request...
user616912
Votes: 0
Answers: 2
Removing unicode BEL \u0007 special character from json string
I have a JSON response from 3rd party API, and I am trying to convert that into XML file using c# code.
Response field in text view:
"description":"\u0007\tPost-show meet & greet wi...
Gufran Khan
Votes: 0
Answers: 0
c# xml replace xmlns:noNamespaceSchemaLocation with NS0:noNamespaceSchemaLocation
I have a requirement to generate a xml file with a C# MVC application, with the following attributes:
<File NS0:noNamespaceSchemaLocation="myXML.xsd" xmlns:NS0="http://www.w3.org/200...
jtorrescr
Votes: 0
Answers: 2
Consume Web Service, Serialize XML response, save xml to database
I have this situation, I am creating a Web Service in C# where I need to consume a SOAP Web Service, which gives me an XML response back, I need to serialize this XML response and save it to a table i...
User_789465
Votes: 0
Answers: 1