How to: Merge Multiple Xmls? Chief EditorJune 02, 2016Easiest, simplest, fastest way...? if you dont want any checks to be performed(duplicates, zombies, etc), and are using .NET 3.5 or above ...Read More
How to: Merge Multiple Xmls? Chief EditorSeptember 29, 2010Easiest, simplest, fastest way? ...could be, well, if you don't want any checks to be performed(duplicates, zombies, etc), and are using...Read More
AJAX or AJAJ: XML vs JSON Chief EditorMay 29, 2010Why JSON? One word: Simplicity. More than one word: JSON is simple, simpler than Xml. I am big fan of Xml, and that makes me a love XPath ...Read More
How to validate xml using xsd? Chief EditorMarch 31, 2010A lot of times I have come across this question on several forums; and to not avail the google, the question is being asked again and again....Read More
DTD v/s XSD: And What is DSD? Chief EditorMay 19, 2009DTD v/s XSD: Since I have looking into the XML schemas and validators, I was wondering about the differences between a DTD and XSD. Which ...Read More
How to make an external non editable DTD Chief EditorDecember 16, 2008While preparing xml schema document(xsd) and their document type definitions(dtd), I encountered a situation where I wanted: - The XML fil...Read More