.NET news » XML XML Rss Feed

download

An Introduction to Oracle's Berkeley XML Database

An article introducing Oracle's Berkeley XML Database and the command shell
20 Mar 2007, 21:46:00   Source: An Introduction to Oracle's Berkeley XML Database   Tags: Database XML

Accelerate Your XML Development Under .NET 2.0

An article on using XML in a lazy way
8 Mar 2007, 20:23:00   Source: Accelerate Your XML Development Under .NET 2.0   Tags: XML

Serving SQL XML through a WebService (SQL2005)

How to server XML from SQL2005 through a WebService
4 Feb 2007, 04:04:00   Source: Serving SQL XML through a WebService (SQL2005)   Tags: Web Services Database XML

XML Configuration Files made simple... at last! :)

A simple to use wrapper class for reading and writing configuration xml files
30 Dec 2006, 08:21:00   Source: XML Configuration Files made simple... at last! :)   Tags: XML

Office Space: Building Office Open XML Files

This new column explores how you can extend and customize Microsoft Office System applications and file formats.
20 Dec 2006, 18:00:00   Source: Office Space: Building Office Open XML Files   Tags: XML

XML Encryption

XML Encryption is a W3C standard for encrypting XML elements. The encryption process involves taking an element from an xml document, encrypting it and it's children, and then replacing the original XML content with the generated encrypted XML in such a way as the document remains well formed.
15 Dec 2006, 09:27:44   Source: XML Encryption   Tags: XML

AnyDataFileToXmlConverter Class/Utility

A class/utility that converts data-files of various formats to .NET DataSet-compatible XML.
1 Dec 2006, 09:08:00   Source: AnyDataFileToXmlConverter Class/Utility   Tags: XML Software

Dynamic XML from SQL Server

"Efficiency in simplicity", that's what XML is all about. XML is great for information exchange because of its simple flat file structure and user defined tags. For any application to interact with another either an complex marshalling code would be required or a simple implementation of XML would suffice. MS SQL gives us the advantage of generating dynamic XML in our data queries itself. In this article we will see some of the common used SQL XML queries.
3 Nov 2006, 08:52:05   Source: Dynamic XML from SQL Server   Tags: Database XML

RegexToXml regular expression to XML converter

RegexToXml is a command line utility which applies a regular expression to input text and returns the results as an XML document.
13 Oct 2006, 14:51:00   Source: RegexToXml regular expression to XML converter   Tags: Software XML

How to Append to a Large XML File

Appending to an XML file can be tricky with large files in terms of speed and memory usage. This article covers the options available in .NET.
11 Oct 2006, 11:19:00   Source: How to Append to a Large XML File   Tags: XML Performance