Tag: JSON / JAVA / XML

Community

Creating Valid XML Documents: DTDs

The past couple days have prepared you for what’s coming up now—the creation of valid XML documents. Unlike with HTML, where a browser can check HTML because it knows all about legal HTML, you create your own markup in XML, which means that an XML processor can’t check your markup unless you let it

Community

Reading XML file with ASP

(Faisal Khan) XML stands for Extensible Markup Language. XML can be used in many ways and one of which is ‘data storage’. This is the one we will be exploring in this article. XML along with XSL ( Extensible Stylesheet Language ) can by used to present data on the web pages. XML provides the data an

Community

XSLT Support in the .NET Framework

(Jayram Tallamraju) XSLT is an excellent technology that adds more power to XML. XSLT is a language by itself like most other programming languages. It is the language to transform source data structure to destination data structure and may not be suitable to implement business logic. This means tha

Community

DataSets in Microsoft .NET – 1

(Raghav H. Nayak) ADO.NET was designed to meet the needs of this new programming model: disconnected data architecture, tight integration with XML, common data representation with the ability to combine data from multiple and varied data sources, and optimized facilities for interacting with a datab