Please help, I am fairly new to XML. I would like to create a simple drop down box in a html page that filters by YearGroup (for example year 10) and will show results of that year group only, although my XML file has lots of year groups in it. Below is an example of the data.
Is this possible?
Thanks in advance
<?xml version="1.0" standalone="yes" ?>
- <SuperStarReport>
- <Record>
<FullName>Joe Bloggs</FullName>
<YearGroup>Year 10</YearGroup>
<Total>0</Total>
<Total1>0</Total1>
</Record>
- <Record>
<FullName>Fred Bloggs</FullName>
<YearGroup>Year 9</YearGroup>
<Total>0</Total>
<Total1>0</Total1>
</Record>
Is this possible?
Thanks in advance
<?xml version="1.0" standalone="yes" ?>
- <SuperStarReport>
- <Record>
<FullName>Joe Bloggs</FullName>
<YearGroup>Year 10</YearGroup>
<Total>0</Total>
<Total1>0</Total1>
</Record>
- <Record>
<FullName>Fred Bloggs</FullName>
<YearGroup>Year 9</YearGroup>
<Total>0</Total>
<Total1>0</Total1>
</Record>