3. FrmXmlDataSource.xml 파일에 다음과 같이 타이핑한다. 이 자료는 특별한 형식 없이 관심 분야를 제목과 설명으로 그룹화해 놓은 것이다.
▼ FrmXmlDataSource.xml
<?xml version=“1.0” encoding=“utf-8” ?> <Interests> <Interest> <title>Windows Server</title> <description>Best Operation System</description> </Interest> <Interest> <title>SQL Server</title> <description>Nice DataBase Management System</description> </Interest> <Interest> <title>C#</title> <description>Cool Programming Language</description> </Interest> <Interest> <title>ASP.NET</title> <description>Perfect Web Application Framework</description> </Interest> </Interests>