| SXSW 2007 : MyTimes XSLT Widgets |
All that is necessary to finish our XSLT template is to create a root template that will cause the individual element templates to be picked up by the XSLT processor.
Note the format for accessing the data returned by the widget source, e.g.:
<xsl:apply-templates select="widget/data/atom:feed/atom:title"/>
User preferences can be accessed via:
widget/prefs
| 1 2 3 4 5 6 7 8 9 10 11 12 13 |