| Notes | for more details | datapath reference |
Unless you are dealing with static data, embedding data in the source code of an application is usually not a good idea.
Keeping data separate from the source code of the application is generally a better
approach. In this example, src attribute of the <dataset> component is used to obtain data from an
external XML document (phonebook.xml).