<rankings>
<entry>
<club>example1</club>
<oldrank>2000.34</oldrank>
<newrank>1973.29</newrank>
</entry>
<entry>
<club>example2</club>
<oldrank>2104.68</oldrank>
<newrank>2156.36</newrank>
</entry>
</rankings>
This simple xml file is curently transformed by an equally simple...
Hi,
This, I'm sure, is a very simple problem.
I'm trying to use the xslt document() function to add a piece of information from a second xml file.
The main xml has a list of football teams, wins, losses, goals scored etc.
main xml:
...etc ...>
<league>
<teams>
<team>
<teamID>4573</teamID>...
In my xml, certain elements have an id. For example:
<countryfrom id="21">Brasil</countryfrom>
In my xslt I'm using <xsl:value-of select="countryfrom"/> to get the country name into the relevant cell of a table.
However, what I'd like to do is to show the country flag in addition to its...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.