Latest XML stories

Bend OpenAccess ORM to Your Will with Type Converters(blogs.telerik.com)

submitted by jnpetrovjnpetrov(95) 1 month, 1 day ago

This example will show you how to get OpenAccess to serialize a class to xml, and store it in the database. In the end you will have a reusable TypeConverter you can use to store any class as XML using OpenAccess! read more...

add a comment |category: |Views: 47

tags: another

Fluent XML Serialization–Introduction(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 1 year, 2 months ago

The System.Xml.XmlSerializer class enables .NET applications to serialize/deserialize most types to and from XML using only a few lines of code. This is a great capability and provides an easy API for simple persistence and interoperability scenarios. As a developer, you have some degree of control over the XML that’s generated, but the process is mostly rigid and not easy to extend or customize. I have created a new flexible XML serialization framework that overcomes the limitations of the XmlSerializer class. Read on to find out more. read more...

add a comment |category: |Views: 20

tags: another

Using Xml, Xsd and XSLT Identity Transform to template and generate (W(blogs.infosupport.com)

submitted by iiChrisbiiChrisb(94) 1 year, 3 months ago

Dives depper in identity transform and shows how to build a Word generating engine with xml xslt xpath and WordML. read more...

add a comment |category: |Views: 17

tags: another

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

submitted by dwhittakerdwhittaker(13.1k) 2 years, 7 months 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: 158

tags: another

XML Data Manipulation with XLinq(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 9 months ago

A short screencasts on how to do XML Data Manipulation with XLinq read more...

add a comment |category: |Views: 147

tags: another

Digitally Signing an XML Document and Verifying the Signature(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 3 months ago

Signing an XML document and then validating the digital signature of the document doesn't involve a lot of code - once you know how it works, but arriving there is quite the journey. This post describes setting up a certifcate for testing, signing an XML document with the Private key and then validating it with the Public key. read more...

add a comment |category: |Views: 28

tags: another

Free Web.config editor(techietweaks.blogspot.com)

submitted by ahmedsayed_86ahmedsayed_86(410) 4 years, 4 months ago

A free tool that enables editing the Web.config. read more...

8 comments |category: |Views: 182

tags: another

Why XML SUCKS(drowningintechnicaldebt.com)

submitted by dbottjerdbottjer(310) 4 years, 10 months ago

As many of my colleagues know, I am not a really big fan of XML. I think it's bloated. I think it's not needed. I don't think it accomplishes much if anything that couldn't be done before just by sending text delimited in a different way. I'm not sure why if I want to tell someone a yes or a no answer on something being found, I have to wrap it in 1000 characters of SOAP data when i could just send a 0 a 1 or nothing and accomplish the same thing. Or why if I want a list of data, I have to wrap it up and package it as XML when I could just send the list as regular delimited text instead of delimited by 20% text bloat of so-called self description. Anyway, that's the short version of why I think XML sucks. Here are some other people that think it sucks and some much more in depth articles about it. =) read more...

8 comments |category: |Views: 33

tags: another

My Developer's Toolbox - Cooktop(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 5 years, 1 month ago

XML is a very powerful language. In a lot of ways, it's fast becoming the universal data format. Due to it's increasing popularity, it's also important to know how to work with XML using tools like XPath and XSLT. Cooktop is a free utility that will simplify your work with XML, DTDs, XPath and XSLT. read more...

1 comment |category: |Views: 2

tags: another

An overview of RSS and Atom libraries(weblogs.asp.net)

submitted by .NetKicks.NetKicks(1304) 5 years, 1 month ago

RSS and ATOM libraries maybe usefull for some applications. The author lists some of those libraries available. Be sure to read through the comments for additional libraries. read more...

add a comment |category: |Views: 5

tags: another

Generating Dynamic OpenXML (docx) files(mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 2 months ago

Recently, I needed to integrate one of my applications to MS Office Word 2007 by generating dynamic *.docx reports. Actually, I didn't wanted to just find the steps to do it. I wanted to make a reusable library so that, I can use it independently in any project in the future. read more...

add a comment |category: |Views: 86

tags: another

Video: Parsing XML with the XmlDocument Class(weblogs.asp.net)

submitted by dwahlindwahlin(1450) 5 years, 5 months ago

In this video tutorial Dan Wahlin walks you through the fundamentals of using the XmlDocument class in .NET to parse an RSS feed and display results. read more...

add a comment |category: |Views: 16

tags: another

Video: Using XPath with the XmlDocument Class(weblogs.asp.net)

submitted by dwahlindwahlin(1450) 5 years, 5 months ago

In this video tutorial I walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class. read more...

add a comment |category: |Views: 29

tags: another

C# MetaWeblog API blog engine and using it with Windows Live Writer(gtrifonov.com)

submitted by gtrifonovgtrifonov(225) 5 years, 6 months ago

Article describes MetaWeblog API and contains C# implementation exaple of base methods to work with Windows Live Writer and other MetaWebLog API clients. read more...

add a comment |category: |Views: 437

tags: another

Microsoft XPS Essentials Pack(wictorwilen.se)

submitted by WictorWictor(500) 5 years, 7 months ago

Microsoft has an XPS Reader/writer pack with an XPS IFilter available for download read more...

add a comment |category: |Views: 120

tags: another

XSDClassgen = XSDObjectGen + .net framework 2.0(devauthority.com)

submitted by miketrashmiketrash(105) 5 years, 7 months ago

A newer version of XSDobjectgen. This version supports 2.0, uses generics, nullable fields, and partial classes. Written by Ram Marappan. read more...

add a comment |category: |Views: 886

tags: another