Possible to write XML to memory with XmlWriter?
I am creating an ASHX that returns XML however it expects a path when I do
I am creating an ASHX that returns XML however it expects a path when I do
Hey I found a weird temperamental page which randomly gives me the following error
I have to set up an XML “web service” that receives a POST where the ‘Content-type header will specify “text/xml”.’
I am trying to read data from a URL http://localhost:15979/default.aspx.The output of the url is :
I have an XML document for which I want to sort specific nodes alphabetically.
for my WebAPI OData application, im trying to give my client (browser) the decision what format the data output should be. as $format is not implemented yet in WebAPI OData, im using Raghuramn’s example here: https://gist.github.com/raghuramn/5556691
I have some XML like this:
I have the following code in one of our projects webpages:
I am developing asp.net mobile application. I am using XML as a database. I am querying on the XML to access the required elements & attributes by using LINQ to XML in .net. I have the follwing part in my XML file.