File: Data.xml
File: Transform.xslt
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
select="('January', 'February', 'March', 'April',
'May', 'June', 'July', 'August',
'September', 'October', 'November',
'December')"/>
Here are the months of the year:
Output:
Here are the months of the year:
January
February
March
April
May
June
July
August
September
October
November
December