XML: Tips and Tricks

- Read Article
Altova’s XMLSpy is an extremely powerful XML editor with excellent tools for creating XML Schemas, XSLTs, and basic XML documents, and the great news is that you can try it before buying it.
- Read Article
In addition to the responseText property, XMLHttpRequest objects also have a responseXML property, which holds the data returned from the server as an XML document object (or null if the body content returned is not well-formed XML). Follow these eight steps to send XML data in an HTTP POST, receive an XML document from a server, and output the XML that was received.
- Read Article
Once you know how to retrieve XML data from a server, the next step is to learn how to display that data in the browser. One way to use XML data is to populate an HTML table with it. Follow these 12 steps to learn how it's done.
- Read Article
If you have an XML document containing locations that you want to display on a map, you can load this XML file and display each location as a marker in Google Maps. Here's how.
- Read Article
The steps below describe how to implement XML serialization in .NET.