DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'XML' Subscribe to this feed
2
kicks
submitted by jacook11 5 days, 3 hours ago

blog.madskristensen.dk — Imaging a visitor that enters his website URL into a textbox and when he clicks the submit button, you are able to retrieve all kinds of information from the guy. His name, company info, online profiles, interests etc. all this from just a URL. It’s actually pretty easy if the website contains information about FOAF, APML or SIOC documents. read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

3
kicks
submitted by dotnetfunda dotnetfunda 6 days, 7 hours ago

dotnetfunda.com — In this article, I am going to show how to Serialize and DeSerialize an object (can be a collection object or an object) into XML format using ASP.NET System.Xml.Serialization.XmlSerializer class. read more...

Add a comment add a comment | category: | Views: 5
tags: , , , | tag it

11
kicks
published 6 days, 11 hours ago, submitted by sidarok 6 days, 19 hours ago

sidarok.com — MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail. read more...

Add a comment add a comment | category: | Views: 66
tags: , , , , | tag it

2
kicks
submitted by simorgh 8 days, 1 hour ago

openpractice.blogspot.com — Good news for XML developers; Protocol Buffer is a data format has been in development at Google since 2001. Well Google said it has many advantages over XML.It could be 3 to 10 times smaller and 20 to 100 times faster than XML for serializing structured data. read more...

Add a comment add a comment | category: | Views: 15
tags: , | tag it

1
kicks
submitted by simorgh 9 days, 9 hours ago

openpractice.blogspot.com — In this chapter we're going to talk about how we can define our appropriate pattern to validate an XML document which help us to figure out that if this XML file follows the pattern or not. First we'll talk about DTDs and after that we're going to learn XSD and its differences with DTD,advantages or disadvantages. Finally talking about an XML related conversion technology. read more...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

1
kicks
submitted by simorgh 9 days, 9 hours ago

openpractice.blogspot.com — In this chapter we're going to talk about how we can define our appropriate pattern to validate an XML document which help us to figure out that if this XML file follows the pattern or not. First we'll talk about DTDs and after that we're going to learn XSD and its differences with DTD,advantages or disadvantages. Finally talking about an XML related conversion technology. read more...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

2
kicks
submitted by simorgh 11 days, 6 hours ago

openpractice.blogspot.com — This Series have tried to keep everything simple for all it means that is usable for everybody with all levels of XML skills and everyone can find something good depends on its point of view. read more...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

1
kicks
submitted by naspinski naspinski 13 days, 4 hours ago

naspinski.net — Easy way to get your XML into a DataTable. Now I might just be blind, or incredibly incapable at searching google or reading my LINQ books (very possible) but I hadn't found a simple way to get a 2-level XML document into a DataTable for use in a GridView or just simple DataTable manipulation utilizing LINQ (I assume this is because DTs are 2 dimensional, and XML files can be all sorts of mash-ups of information). Since LINQ is so powerful, I assumed it wouldn't be all that difficult, turns out I was right, it's pretty easy. read more...

Add a comment add a comment | category: | Views: 12
tags: , , | tag it

1
kicks
submitted by 52coding 13 days, 7 hours ago

52coding.com — When we in the definition of AJAX services, for a variety of requests, should be what kind of data format to respond to what ?Of course, if the request is Markup section of the code, HTML is the most appropriate, the client requests to the data, it will be directly inserted into the front page. read more...

Add a comment add a comment | category: | Views: 4
tags: , | tag it

2
kicks
submitted by 52coding 13 days, 9 hours ago

52coding.com — XML into SQL Server a number of ways, here one of three kinds: read more...

Add a comment add a comment | category: | Views: 3
tags: , , , | tag it

1
kicks
submitted by alkampfer alkampfer 25 days, 12 hours ago

nablasoft.com — Do you need to control the format of the serializatino of an XmlSerializer? The solution is use a XmlWriter with appropriate XmlWriter settings. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

2
kicks
submitted by wisemx wisemx 1 month, 6 days ago

blogs.msdn.com — This blog post introduces a small command line utility (OpenXmlDiff.Exe, code attached to this page) that compares two Open XML documents and produces a textual report of the differences in markup between them. This utility was born out of sheer frustration. I've been needing this utility for months. I've always accomplished my goals without it, but it would have been a time-saver several times in the past. I've heard rumors of this existing elsewhere, but it has always eluded me. Using this utility, we can create two documents with a very small difference between them, and see the exact changes that the difference caused. Sometimes this alone is enough to explain the markup. But if further explanation is necessary, the diff makes it easy to find the relevant places in the Open XML specification. For our purposes, the currently published Ecma 376 specification works just fine. read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

3
kicks
submitted by coolcode 1 month, 15 days ago

programming.top54u.com — learn how to use the XML data document to populate the data in associated dropdown controls of ASP.Net 2.0 read more...

Add a comment add a comment | category: | Views: 58
tags: , | tag it

1
kicks
submitted by jamesling 1 month, 17 days ago

digcode.com — XPath is a language for finding information in an XML document. XPath uses path expressions to navigate through elements and attributes in an XML document. This article focuses on how to form all kinds of Xpath expressions to navigate an XML document describing a book. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

1
kicks
submitted by UKDev 1 month, 26 days ago

michaelbaldry.blogspot.com — I always felt this was missing from XmlSerializer. Then like magic, along came DataContracts, which can be used to do roughly the same thing, except you now have the added option of preserveObjectReferences as a parameter of the constructor. This makes it rather difficult to do XSLT and XPath with the result. So unless you don't mind resolving every node in a query, I've written implementations of XPathNavigator and XmlDocument to transparently resolve these references for you. read more...

Add a comment add a comment | category: | Views: 14
tags: , | tag it

2
kicks
submitted by alkampfer alkampfer 2 months ago

nablasoft.com — When you open a large set of XHTML document with the XmlDocument, each time you parse the file the corresponding dtd are downloaded from the network, here is a simple way to cache the result on disk. read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge