Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » XML   (RSS)

How to use a MemoryStream to Perform Downloads and Bypass the File System and the Problems Between Browsers and Servers

I was recently was tasked to develop a solution to download data from an Oracle database and allow the client to save the data as an XML document without the use of the file system. I turned to the System.IO Namespace to accomplish this specifically using
Posted by sswafford | (Comments Off)
Filed under: , ,

How to edit an XML file that contains a namespace

I must admit using xpath to query and find a specific node in an XML file is not my strongest point and when a namespace was part of the XML file it threw me off even more. A huge thank you goes out to Adam Sills for pointing out my errors. Take the following
Posted by sswafford | (Comments Off)
Filed under: , ,

Free XML e-Book

I just ran accross a free e-book titled Essential XML Quick Reference: A Programmer's Reference to XML, XPath, XSLT, XML Schema, SOAP, and More at TheServerSide.NET . Be sure to grab your download as the price is right! Share this post: email it! | bookmark
Posted by sswafford | (Comments Off)
Filed under: