DataSource / Binding to XML
Information
This example is bound to XML in the following format:
see the full XML
XML Format
<book cover="javascript-the-good-parts.png">
<title>JavaScript: The Good Parts</title>
<author>Douglas Crockford</author>
<url>http://www.amazon.com/…</url>
</book>
Note: Security restrictions in Chrome prevent this example from working when the page is loaded from the file system (via file:// protocol).
Get Social!