Stories recently tagged with 'XML'

Controlling Serialization of XML Elements(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 1 year, 4 months ago

When serializing classes to XML, each public property and field value is transformed into an XML element. The name of the element matches the name of the property. The XmlElement attribute allows the names and formatting of XML tags to be modified. read more...

add a comment |category: |Views: 3

tags: another

XPath Visualizer(devintelligence.com)

submitted by adventureradventurer(2244) 1 year, 4 months ago

XPath Visualizer is a simple tool, that lets you execute a XPath query and see the results. The .Net 3.5 is required to use the tool . read more...

add a comment |category: |Views: 26

tags: another

DataSets and XML - The Simplistic Approach(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(393) 1 year, 4 months ago

One of the first ways I learned how to read xml data from external data sources was by using a DataSet’s ReadXML function. This function takes file path for an XML document and then converts it to a Dataset. This functionality is great when you need a simple way to process an XML document. In addition the DataSet object also offers a simple way to save data in an xml format by using the WriteXML function. read more...

add a comment |category: |Views: 3

tags: another

Controlling XML Serialization of the Root Element(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 1 year, 4 months ago

Every XML document includes a root element that contains all of the other information held. When serializing objects to XML the root element's construction is linked to the name of the class or structure unless modified with the XmlRoot attribute. read more...

add a comment |category: |Views: 1

tags: another

Processing XML documentation(www.i-programmer.info)

submitted by mikejmikej(661) 1 year, 4 months ago

Processing XML documentation - it really is a good problem to solve using XSL. But if you really have to, there are tools such as Sandcastle that will do the entire job for you. read more...

add a comment |category: |Views: 1

tags: another

XML Parsing Error: no element found(www.kruegerwebdesign.com)

submitted by brentkruegerbrentkrueger(35) 1 year, 5 months ago

Something that may be overlooked related to the dreaded XML Parsing Error. read more...

add a comment |category: |Views: 2

tags: another

XML Schema und XSL im Selbststudium lernen(onion.net)

submitted by berndburkertberndburkert(10) 1 year, 5 months ago

onion.net ist eine .NET basierte High-End Content-Management Platform die konsequent auf die offenen Standards des W3C setzt. Betrachten Sie onion.net als ein XML Entwicklungssystem, das Sie beim Selbststudium von XML Schema und XSLT unterstützen kann. Ganz einfach: mit der für den privaten Gebrauch freien onion.net Community Edition und den onion.net Lernseiten. read more...

add a comment |category: |Views: 10

tags: another

XML in C#(www.i-programmer.info)

submitted by mikejmikej(661) 1 year, 5 months ago

.NET has some really easy-to-use facilities for creating and editing XML. Many of these facilities were introduced to make Linq to XML work better but you can make use of them in more general situations. read more...

add a comment |category: |Views: 3

tags: another

Visual Basic .NET – XML Writer (bukansembarang.info)

submitted by soetamsoetam(210) 1 year, 8 months ago

Learn how to : •Create XML file using XML Writer •Display XML file content in RichTextBox •Save a new XML file using XML Writer read more...

add a comment |category: |Views: 5

tags: another

Visual Basic .NET – XML Reader (bukansembarang.info)

submitted by soetamsoetam(210) 1 year, 8 months ago

Learn how to : •Read an XML file using XML Reader •Implement XML Reader through Treeview read more...

add a comment |category: |Views: 10

tags: another

A free implementation of the Microsoft XDT language(petemontgomery.wordpress.com)

submitted by sumothecatsumothecat(100) 1 year, 8 months ago

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#. read more...

add a comment |category: |Views: 147

tags: another

Developing a Simple RSS Reader in .NET : The CodeGain(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 8 months ago

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. read more...

add a comment |category: |Views: 8

tags: another

XQSharp 2.0 Beta: XSLT 2.0 for the .NET Framework(www.xqsharp.com)

submitted by OliverHallamOliverHallam(15) 1 year, 8 months ago

XQSharp 2.0 Beta has been released. It includes a full XSLT 2.0 processor for the .NET Framework. read more...

add a comment |category: |Views: 9

tags: another

Displaying SOAP XML Messages in a Simple WCF Web Service(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year, 10 months ago

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. read more...

add a comment |category: |Views: 72

tags: another

Suspiciously Pleasant XML with C# 4(michaelmonteleone.net)

submitted by mmonteleonemmonteleone(20) 1 year, 11 months ago

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. read more...

add a comment |category: |Views: 23

tags: another

Suspiciously Pleasant XML with C# 4(michaelmonteleone.net)

submitted by mmonteleonemmonteleone(20) 1 year, 11 months ago

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. read more...

add a comment |category: |Views: 23

tags: another