Lesson 1: Set up an XML datasource

In this section, you create an XML file to store order information.

 To set up an XML datasource
  1. Create an XML file with the following contents:

    <?xml version="1.0" encoding="UTF-8"?>
    <orders></orders>
  2. Save the XML file.

    This tutorial assumes c:\MLobjxml as the working directory for server-side components. Save the XML file as order_comments.xml in this directory.