By tag: XML
0
kicks
Visual Basic .NET – XML Writer
Learn how to :
•Create XML file using XML Writer
•Display XML file content in RichTextBox
•Save a new XML file using XML Writer
0
kicks
Visual Basic .NET – XML Reader
Learn how to :
•Read an XML file using XML Reader
•Implement XML Reader through Treeview
0
kicks
A free implementation of the Microsoft XDT language
The XML Document Transform language, or XDT, shipped with Visual Studio 2010. It’s an XML dialect designed to help you automatically transform your .NET config files appropriately for your various deployment environments.
Here is a discussion and free implementation of the language in C#.
0
kicks
Developing a Simple RSS Reader in .NET : The CodeGain
This writing does not include a full discussion or even the full details of RSS or XML. Rather, it includes a nice introduction to RSS and its XML schema. In addition, it incorporates what you get in a sample application that is easy-to-code, understand, and to extend.
0
kicks
XQSharp 2.0 Beta: XSLT 2.0 for the .NET Framework
XQSharp 2.0 Beta has been released. It includes a full XSLT 2.0 processor for the .NET Framework.
0
kicks
Displaying SOAP XML Messages in a Simple WCF Web Service
Learn how to create a basic WCF web service, with a plaintext username password authentication, that outputs all incoming and outgoing XML SOAP packet messages to the Visual Studio Console.
0
kicks
Suspiciously Pleasant XML with C# 4
Using new features of C# 4 like like dynamic method invocation and optional parameters along with anonymous objects and delegate, we can accomplish the unthinkable: a pleasant XML construction DSL in .NET.
0
kicks
Looping through All Nodes in an XML Document using c# .NET | C# XML |
Looping through All Nodes in an XML Document using c# .NET
0
kicks
Creating Nodes in an XMLDocument using c# .NET
The XmlDocument class has methods that enable you to create new XmlNode and XmlElement instances...
0
kicks
FOR XML Workshop – Understanding FOR XML RAW
This post explains how to generate XML documents using FOR XML RAW from TSQL (SQL Server)
0
kicks
SQL XML Bulk Load - more XSD syntax
Schema (XSD) syntax for SQL XML Bulk Load importing XML files.
0
kicks
Gemli: Do We Need An XPath-to-Object Mapper?
It dawned on me today that two fundamental problems exist in my day-to-day (and year-to-year) programming activities that haven’t been fairly addressed with all of our innovations in language and tooling improvements, and they are a) the absence of a flexible, late XML-to-object-graph binding mechan...
0
kicks
XQuery Lab 55 – Extracting values from XML elements that matches a str
Here is another XQuery exercise that uses the contains() function to match a string pattern against an XML element and retrieves values from a sibling element.