<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<root>
			<xsl:for-each select="/PROGRAMMES/PROGRAMME">
				<row>
					<department>
						<xsl:value-of select="DEPARTMENT"/>
					</department>
					<duration>
						<xsl:value-of select="DURATION"/>
					</duration>
					<programme_code>
						<xsl:value-of select="PROGRAMME_CODE"/>
					</programme_code>
					<programme_title>
						<xsl:value-of select="PROGRAMME_TITLE"/>
					</programme_title>
					<start_date>
						<xsl:value-of select="START_DATE"/>
					</start_date>
					<status>
						<xsl:value-of select="STATUS"/>
					</status>
					<duration_unit>
						<xsl:value-of select="DURATION_UNIT"/>
					</duration_unit>
					<school>
						<xsl:value-of select="SCHOOL"/>
					</school>
				</row>
			</xsl:for-each>
		</root>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="PROGRAMME_ALL_PART2.xml" userelativepaths="yes" externalpreview="no" url="PROGRAMME_ALL_PART2.xml" htmlbaseurl="" outputurl="db:///jaspervers4.rdbxml" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="db:///jaspervers4.rdbxml" destSchemaRoot="root" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="..\..\Inetpub\wwwroot\jc_xml_egs\Pages\prospectusParsing\PROGRAMME_ALL_PART2.xml" srcSchemaRoot="PROGRAMMES" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->