LetsTalk: Sample XML Configuration File

It's easy to add and organize the LetsTalk Discussion topics by modifying the included XML configuration file. Here's a sample configuration file:

////////// SAMPLE XML CONFIGURATION FILE FOLLOWS //////////

<topicList>
   <topic>
       <title>Announcements</title>
       <id>announcements</id>
   </topic>
   <topic>
       <title>Test Recordings</title>
       <id>test_recording</id>
   </topic>
   <topic>
       <title>Today's Breakfast</title>
       <id>breakfast</id>
   </topic>
   <topic>
       <title>The Weather</title>
       <id>weather</id>
   </topic>
   <topic>
       <title>Introductions</title>
       <id>introductions</id>
   </topic>
</topicList>

////////// END SAMPLE XML CONFIGURATION FILE //////////

(back to FAQs)