Click here to Skip to main content
Page 1 of 8
Page Size: 10 · 25 · 50


Category filtered by:  Languages [x] | XML [x]
Tip/Trick 6 May 2013   license: CPOL
An STL based simple XML serialization and de-serialization engine.
Languages » Xml » Serializing
Article 21 Apr 2013   license: CPOL
XML serialization and deserialization using C#.
Languages » Xml » Serializing
Technical Blog 9 Apr 2013   license: CPOL
The idea is simple, everytime an outgoing link is clicked, we will load an XML file at the backend and pass the URL of the outgoing link or an associated unique ID (e.g. web trends ID in case we are using a web analytics software such as Web Trends) This will leave a stamp of [...]How to track outgo
Languages » Xml » Jaxb
Technical Blog 19 Feb 2013   license: CPOL
I have been trying to find a way to determine if an XML element is marked as null.  There isn't built in support in .NET 4 or earlier versions.  So, after doing some research (Dimuthu's Blog: XML Schema nillable=“true” vs minOccurs=“0”, XLinq xsi:nil=“true”, Do XML parsers tell the difference betwee
Languages » Xml » General
Article 21 Jan 2013   license: CPOL
Improving XmlSerialization performance.
Languages » Xml » Serializing
Technical Blog 18 Jan 2013   license: CPOL
Introduction The way I previously created messages to send to the GovTalk service I used the XMLDocument to create the request. While this worked it left a number of problems; not least that for every message a special function would need to created. This is OK for the short term but the biggest co
Languages » Xml » Xml/Xslt
Article 10 Jan 2013   license: CPOL
This wrapping class will try to use the latest version of MSXML in the machine, and it is easy because of using auto_ptr.
Languages » Xml » General
Article 10 Jan 2013   license: Ms-PL
Using the open source Saxon library, .NET programmers can benefit from XSL 2.0 and XQuery 1.0.
Languages » Xml » Xml/Xslt
Article 2 Jan 2013   license: CPOL
This article provides a reusable component to calculate the delta difference between 2 XMLs structures, it is implemented by XSLT to be faster and platform independent.
Languages » Xml » Xml/Xslt
Article 21 Dec 2012   license: CPOL
XMLFoundation is the fastest approach to dealing with XML and it also delivers a simple and easy to manage pattern of software developpment into your application.
Languages » Xml » General
Tip/Trick 19 Dec 2012   license: CPOL
This article describes about converting an XML string to a HTML table.
Languages » Xml » General
Tip/Trick 10 Dec 2012   license: CPOL
Way to read the nested xml files
Languages » Xml » General
Article 19 Nov 2012   license: CPOL
String manipulation of XML files.
Languages » Xml » Xml/Xslt
Article 12 Nov 2012   license: CPOL
XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, and 2010.
Languages » Xml » Utilities
Article 9 Nov 2012   license: CPOL
Shows how to get the .NET XmlWriter class to write empty element tags as instead of
Languages » Xml » Serializing
Article 6 Nov 2012   license: CPOL
Serialization and deserialization of XML.
Languages » Xml » Serializing
Article 12 Oct 2012   license: CPOL
How to serialize an object to an XML document with a specific format.
Languages » Xml » Serializing
Article 2 Oct 2012   license: MIT
A flexible XML serialization library that lets developers design the XML file structure, and select the exception handling policy. YAXLib supports polymorphic serialization and serializing generic and non-generic collection classes and arrays.
Languages » Xml » Serializing
Article 17 Sep 2012   license: CPOL
This article describes XSLT programming for beginners.
Languages » Xml » Xslt
Tip/Trick 16 Sep 2012   license: CPOL
A sample application that shows 2 ways to extract XML data
Languages » Xml » General
Tip/Trick 10 Sep 2012   license: CPOL
Code to serialize/deserialize any object to an XML file.
Languages » Xml » Serializing
Article 22 Aug 2012   license: CPOL
A simple way to share tree organized info on Intranet.
Languages » Xml » General
Article 11 Aug 2012   license: CPOL
How to implement XPathNavigator for file system
Languages » Xml » Utilities
Tip/Trick 19 Jul 2012   license: CPOL
The diffrence between CROSS APPLY and OUTER APPLY of SQL XML.
Languages » Xml » Beginners
Tip/Trick 18 Jul 2012   license: CPOL
A simple way to parse multiple CodeMetrics XML data and generate a summary report.
Languages » Xml » Utilities
Tip/Trick 12 Jul 2012   license: CPOL
This is an alternative for "PrettyXML (.NET Port)"
Languages » Xml » Xml/Xslt
Tip/Trick 12 Jul 2012   license: CPOL
This is a .NET port of a VBScript utility
Languages » Xml » Xml/Xslt
Article 8 Jul 2012   license: CPOL
Python code is embedded in XML and evaluated on the fly to generate data values.
Languages » Xml » General
Article 8 Jun 2012   license: CPOL
This is an alternative for "Generate Sample XML from XSD".
Languages » Xml » General
Tip/Trick 7 Jun 2012   license: CPOL
How to Generate Sample XML from XSD
Languages » Xml » General
Tip/Trick 30 May 2012   license: CPOL
Use System.Xml.Serialization.XmlSerializer to perform XML serialization and deserialization.
Languages » Xml » Serializing
Article 12 May 2012   license: CPOL
XML Serialization and Deserialization in c#
Languages » Xml » Serializing
Article 6 May 2012   license: CPOL
How to use a Linq2Xsd generated object to directly manipulate XmlSchema
Languages » Xml » Utilities
Technical Blog 21 Apr 2012   license: CPOL
JSON-oriented document stores like Mongo and Couch have really become the darlings of the web application crowd. Of course, JSON (or BSON) isn't the only game in town. When it comes to document store formats, the other white meat if you will is XML.
Languages » Xml » Web Services
Technical Blog 3 Apr 2012   license: CPOL
Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others.
Languages » Xml » Serializing
Article 28 Mar 2012   license: CPOL
Passing Parameters to XSL
Languages » Xml » Xml/Xslt
Tip/Trick 19 Mar 2012   license: CPOL
How to connect an external stylesheet to XML.
Languages » Xml » Xml/Xslt
Technical Blog 24 Jan 2012   license: CPOL
How to use the XmlReader class with C#.
Languages » Xml » General
Article 9 Jan 2012   license: CPOL
Read any size XML docuement and split it into small supporting files.
Languages » Xml » General
Article 11 Dec 2011   license: CPOL
SAX performance with the readability of DOM like access.
Languages » Xml » General
Article 5 Dec 2011   license: CPOL
How to load the values from XML Node into Text Box Controls and Text Box values into XML Nodes with XML Preview
Languages » Xml » General
Article 3 Dec 2011   license: CPOL
This article demonstrates applying an XSLT stylesheet to an XML file dynamically
Languages » Xml » Xml/Xslt
Technical Blog 1 Dec 2011   license: CPOL
XML Serialization
Languages » Xml » Serializing
Technical Blog 1 Dec 2011   license: CPOL
Open, Modify and Save an XML
Languages » Xml » Jaxb
XML
Article 9 Nov 2011   license: CPOL
How to serialize to XML, any generic, derived, or other complex type, which XMLSerializer cannot serialize
Languages » Xml » Serializing
Tip/Trick 6 Nov 2011   license: CPOL
A quick example of how to do grouping in XSLT version 1.0
Languages » Xml » General
Article 2 Nov 2011   license: CPOL
Validating XML against defined XSD
Languages » Xml » General
Article 2 Nov 2011   license: CPOL
Validating XML against defined XSL
Languages » Xml » Xml/Xslt
Technical Blog 13 Sep 2011   license: CPOL
Social Buttons using jQuery and XML| Social Sharing Buttons | Social Sharing Buttons using jQuery and XML| Social Networking Sharing Buttons| Sharing Button Yet, another social sharing buttons script created by using jQuery and XML for your website. The script is very straight forward and sel
Languages » Xml » Jaxb

Page 1 of 8
1 2 3 4 5 6 7 8


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid