Stories recently tagged with 'XML' Subscribe to this feed

Fastest Way - Comma Separated Values (CSV) from Table Column (blog.sqlauthority.com)

published 1 month ago, submitted by pinaldavepinaldave(6378) 1 month, 1 day ago

Learn the Fastest Way to get Comma Separated Values (CSV) from Table Column read more...

3 comments | category: | Views: 428

tags: another

XmlTextWriter.WriteStartElement for RootElement and overriding namespa (www.hockblogs.net)

submitted by hockmanhockman(505) 1 month, 10 days ago

Hi there, I'm having some problems with the XMLTextWriter. On MSDN it says: Namespace Declaration Overriding with the XmlTextWriter The following code example shows how to manually override the namespace associated with a given prefix. Notice that the order value overrides the original namespace URI of 123. This allows the namespace to be redefined in a new element scope. Visual Basic w.WriteStartElement("x", "node", "123") w.WriteAttributeString("xmlns", "x", Nothing, "order") C# w.WriteStartElement("x","node","123"); w.WriteAttributeString("xmlns","x",null,"order"); So I used the following construction for the root element: lXmlWriter.WriteStartElement("MyPrefix", "RootElement", null); read more...

add a comment | category: | Views: 1

tags: another

Load XML from string instead of file in C#.NET | syntaxhelp.com (syntaxhelp.com)

submitted by hima_.nethima_.net(140) 1 month, 23 days ago

Cheat sheet for reading XML from string read more...

add a comment | category: | Views: 8

tags: another

Load XML from string instead of file in C#.NET | syntaxhelp.com (syntaxhelp.com)

submitted by hima_.nethima_.net(140) 1 month, 23 days ago

Cheat sheet for reading XML from string read more...

add a comment | category: | Views: 8

tags: another

Load XML from string instead of file in C#.NET | syntaxhelp.com (syntaxhelp.com)

submitted by hima_.nethima_.net(140) 1 month, 23 days ago

Cheat sheet for reading XML from string read more...

add a comment | category: | Views: 8

tags: another

What’s XML..? (blog-dotnethelp.blogspot.com)

submitted by manasco1manasco1(85) 3 months ago

How to get overview of XML..? read more...

add a comment | category: | Views: 1

tags: another

How to consume an XML feed in ASP.NET - RSS (www.wduffy.co.uk)

submitted by garydevenaygarydevenay(25) 3 months, 13 days ago

An article describing the steps to create a reusable control that reads a remote xml RSS file and binds its data to a repeater then caches the result for fast presentation. read more...

add a comment | category: | Views: 7

tags: another

Validating your XML Documents w/ XSD Schema (www.dimecasts.net)

published 3 months, 14 days ago, submitted by dwhittakerdwhittaker(12k) 3 months, 20 days ago

Taking a look at how to perform XML message validation by using an XSD document schema. By creating an XSD schema you can simply and easily validate the structure and the data content of your document which will ensure your message is well formed. read more...

add a comment | category: | Views: 135

tags: another

LINQ to XML in 2 minutes (www.mypath2us.com)

submitted by usageneusagene(85) 3 months, 27 days ago

Work with XML is never easier by using LINQ, this post shows a simple example of how to read data from XML and bind it to a data control, in this case, it is a repeater control. read more...

add a comment | category: | Views: 19

tags: another

XML to HTML with XSLT (www.logiclabz.com)

submitted by webtipswebtips(260) 4 months, 11 days ago

Convert XML to HTML using XSLT read more...

add a comment | category: | Views: 7

tags: another

Convert Podcast to Playlist On The Fly! (www.codeproject.com)

submitted by bgrubbsbgrubbs(10) 4 months, 13 days ago

This script will convert podcast feeds into a variety of playlist formats on the fly by applying XSLT on RSS XML. read more...

add a comment | category: | Views: 8

tags: another

Universal NAnt Script for Gallio (ferventcoder.com)

submitted by ferventcoderferventcoder(780) 4 months, 20 days ago

So Gallio has been out for a little while and I admit that I am a little slow when it comes to looking at new frameworks. I mean there is so much to look at and only so much time in the day allocated to programming. Anyway, there really isn’t much documentation out there yet for using Gallio with NAnt. I am of the thought that is due to all of the people who are really smart with builds are using Rake and/or PSake now. So I set off to create another universal script. This basically follows the conventions from my post with MbUnit’s Universal script and how I added MbUnit2 category filters to it’s NAnt task in UppercuT. read more...

add a comment | category: | Views: 6

tags: another

A Configuration Section for inline unconstrained XML in .config file (blog.andrei.rinea.ro)

submitted by AndreiR23AndreiR23(75) 4 months, 20 days ago

In case you need to include a portion of an XML in your app.config or web.config file use this :) read more...

add a comment | category: | Views: 6

tags: another

Consuming an RSS feed in ASP.NET 2.0 (www.oalabdullah.com)

submitted by oalabdullahoalabdullah(15) 4 months, 22 days ago

RSS stands for Rich Site Summary or Really Simple Syndication. Since its introduction, it has gained a lot of popularity and is now becoming the standard for quick and simple information exchange on the Internet. read more...

add a comment | category: | Views: 6

tags: another

XQSharp 1.0 Released (www.xqsharp.com)

submitted by OliverHallamOliverHallam(10) 5 months, 5 days ago

XQSharp 1.0 is an implementation of XPath 2.0 and XQuery 1.0 for the .NET framework. read more...

add a comment | category: | Views: 4

tags: another

A list of XML based CMS for Web Developers (tutorialfeed.blogspot.com)

submitted by tutorialfeedtutorialfeed(315) 5 months, 9 days ago

In this post I'm sharing a list of XML based CMS (Content Management System) to help web designers and developers. CMS usually implemented as a Web application, for creating and managing HTML content. read more...

add a comment | category: | Views: 22

tags: another