Sample Applications

DataSource / Binding to XML

    Information This example is bound to XML in the following format:

    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>
    see the full XML

    Note: Security restrictions in Chrome prevent this example from working when the page is loaded from the file system (via file:// protocol).

    Documentation
    • HTML
    • xml-data.html