<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<root>
			<row>
				<department>
					<xsl:value-of select="PROGRAMMES/PROGRAMME/DEPARTMENT"/>
				</department>
				<duration>
					<xsl:value-of select="PROGRAMMES/PROGRAMME/DURATION"/>
				</duration>
				<programme_code>
					<xsl:value-of select="PROGRAMMES/PROGRAMME/PROGRAMME_CODE"/>
				</programme_code>
				<programme_title>
					<xsl:value-of select="PROGRAMMES/PROGRAMME/PROGRAMME_TITLE"/>
				</programme_title>
				<start_date>
					<xsl:value-of select="PROGRAMMES/PROGRAMME/START_DATE"/>
				</start_date>
				<status>
					<xsl:value-of select="PROGRAMMES/PROGRAMME/STATUS"/>
				</status>
				<duration_unit>
					<xsl:value-of select="PROGRAMMES/PROGRAMME/DURATION_UNIT"/>
				</duration_unit>
				<school>
					<xsl:value-of select="PROGRAMMES/PROGRAMME/SCHOOL"/>
				</school>
			</row>
		</root>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2005. 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="file:///c:/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>
-->