D
duzy
This line gets corect information,
<xsl:value-of
select="document('park1.xml')/episode_guide/season[last()]/@no"/>
but i need to get this information from 47 files (park1, park2, park3,
........ , park47).
Have I to write 47 lines of code?
I cant find any loop able to work here.
Thanks
Duzy
<xsl:value-of
select="document('park1.xml')/episode_guide/season[last()]/@no"/>
but i need to get this information from 47 files (park1, park2, park3,
........ , park47).
Have I to write 47 lines of code?
I cant find any loop able to work here.
Thanks
Duzy