Tag: JSON / JAVA / XML

Community

On-the-Fly XML to HTML Conversion

By Yehuda Shiran – You can convert an XML file to HTML on the fly, instead of building DOMDocument objects and running a conversion utility between them. You just load the XML file in your browser, and out will come the desired HTML. In order to do this conversion on the fly, you need to specify the

Community

Controlling Whitespace, Part Three

by Bob DuCharme – In the first and second parts of this three-part series, we looked at techniques for stripping, processing, and adding whitespace when creating a result document from a source document. This month we’ll see how to add tab characters to a result document, and how to automate the ind

Community

XML Features in ADO.NET

By Dino Esposito – XML and some of its related technologies, including XPath, XSL Transformation, and XML Schema, are unquestionably at the foundation of ADO.NET. As a matter of fact, XML constitutes the key element for the greatly improved interoperability of the ADO.NET object model when compared