On load run.xml is transformed by its associated stylesheet run.xsl, the resulting HTML creates the wrapper for the 3 views.
On load data xmlSource is transformed by
xslFixtureFilter, the resulting XML is then
loaded into xmlSource. xmlSource's structure remains
as before.
xmlSource is then transformed by
xslDataBtns,
the resulting HTML creates the appropiate menu choices for data supported.
The default view is then triggered and shows the English Premier - Fixtures.
Change of view or data or parameters xmlSource is transformed by xslScoreFocus, the resulting XML is then transformed by xslPresentData producing the HTML.
<data lvl="0" id="0">
<ctry rescnt="942" id="1" nm="England" sht="Eng" lvl="1">
<dvn rescnt="160" id="17" nm="Premier" lvl="3" sht="EP">
<FIXLST>
<R d="37973" h="46" a="34" md="17"/>
...
</FIXLST>
<TM id="48" nm="Arsenal">
<R v="A" d="1" o="222" r="D" f="1" g="1"/>
<R v="H" d="92" o="204" r="L" f="0" g="3"/>
...
</TM>
...
</dvn>
...
</ctry>
...
</data>
Contact pw@interfootball.co.uk