p_survey.xml

<?xml version='1.0' encoding='ISO-8859-1' ?> <Chart> <Textbox Name='title'> <Text>Random Survey</Text> </Textbox> <GraphData Name='graph'> <Series Name='Name Recognition'> <Data Date="6/21/2001" Value="54" Bubble="20"/> <Data Date="8/12/2001" Value="90" Bubble="30"/> <Data Date="10/16/2001" Value="75" Bubble="40"/> </Series> <Series Name='Considering Buying'> <Data Date="7/1/2001" Value="37" Bubble="52"/> <Data Date="9/10/2001" Value="23" Bubble="11"/> <Data Date="12/12/2001" Value="86" Bubble="17"/> </Series> </GraphData> </Chart>