XML source
Posted: Wed May 12, 2004 3:50 pm
I have a schema that looks like this where I want to graph the 'count' or 'occupany' or 'mean speed' data verse an array number that I get from the collection. Is this possible and if so can you point me in the correct direction? thanks
- <BinPair>
- <ExtBinData>
- <BinData>
<Count>46</Count>
<Occupancy>23</Occupancy>
</BinData>
<MeanSpeed>131</MeanSpeed>
</ExtBinData>
- <ExtBinData>
- <BinData>
<Count>46</Count>
<Occupancy>23</Occupancy>
</BinData>
<MeanSpeed>131</MeanSpeed>
</ExtBinData>
</BinData>
- <BinPair>
- <ExtBinData>
- <BinData>
<Count>46</Count>
<Occupancy>23</Occupancy>
</BinData>
<MeanSpeed>131</MeanSpeed>
</ExtBinData>
- <ExtBinData>
- <BinData>
<Count>46</Count>
<Occupancy>23</Occupancy>
</BinData>
<MeanSpeed>131</MeanSpeed>
</ExtBinData>
</BinData>