<?xml version="1.0" encoding="ISO-8859-1"?><!-- Creator: Sergio Viademonte --><!-- Translator from RKMS into CRS Series --><!--The input file in Xalan processor for this XSLT is the Rkms_planningFile.xml --><!-- Date created: 03 February 2005 --><!-- Date modified: 01 April 2005 --><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:output method="xml" indent="yes" encoding="ISO-8859-1" omit-xml-declaration="no"/><xsl:template match="/">  <CRS record="Series">	<xsl:comment>Translation from RKMS into CRS Series</xsl:comment>	<xsl:comment>This file was automatic generated through Rkms2CrsSeries.xsl</xsl:comment>	<Number>Assigned by CRS system</Number>	<Title></Title>	<AccDateRange>  <!-- it's assumed one instance of DateRegistered element in each document -->		<xsl:for-each select="RKMS/Date">			<xsl:value-of select="Registered"></xsl:value-of>		</xsl:for-each>		<xsl:text> - </xsl:text>		<xsl:for-each select="document('d:\crkm\schemas\xmlFiles\Rkms_policyFile.xml')/RKMS/Date">			<xsl:value-of select="Registered"></xsl:value-of>		</xsl:for-each>	</AccDateRange>	<ContentDateRange> <!-- it's assumed one instance of DateCreated element in each document -->		<xsl:for-each select="document('d:\crkm\schemas\xmlFiles\Rkms_projectPlan.xml')/RKMS/Date">			<xsl:value-of select="Created"></xsl:value-of>		</xsl:for-each>		<xsl:text> - </xsl:text>		<xsl:for-each select="document('d:\crkm\schemas\xmlFiles\Rkms_policyEmail.xml')/RKMS/Date">			<xsl:value-of select="Created"></xsl:value-of>		</xsl:for-each>	</ContentDateRange>	<SystemArrangementControl></SystemArrangementControl>	<ControlSymbols>		<xsl:for-each select="RKMS">			<xsl:value-of select="RecordIdentifier"></xsl:value-of>		</xsl:for-each>		<xsl:text> - </xsl:text>		<xsl:for-each select="document('d:\crkm\schemas\xmlFiles\Rkms_policyFile.xml')/RKMS">			<xsl:value-of select="RecordIdentifier"></xsl:value-of>		</xsl:for-each>	</ControlSymbols>	<DescriptiveNote></DescriptiveNote>	<ConvertedNote></ConvertedNote>	<TransferNote></TransferNote>	<AccessConditions></AccessConditions>	<UnregisteredLinks></UnregisteredLinks>	<RetentionNote>		<xsl:for-each select="RKMS/Disposal">			<xsl:value-of select="Authorisation"></xsl:value-of>		</xsl:for-each>		<xsl:text> - </xsl:text>		<xsl:for-each select="document('d:\crkm\schemas\xmlFiles\Rkms_policyFile.xml')/RKMS/Disposal">			<xsl:value-of select="Authorisation"></xsl:value-of>		</xsl:for-each>	</RetentionNote>	<ArchivistNote></ArchivistNote>		<AgencyRecording>		<xsl:for-each select="RKMS/Agent">			<xsl:if test="AgentType='Registrar'">				<xsl:value-of select="CorporateID"></xsl:value-of>				<xsl:text>, </xsl:text>			  <xsl:value-of select="CorporateName"></xsl:value-of>							</xsl:if> 		</xsl:for-each>	</AgencyRecording>   			<AgencyControlling>Populated by CRS</AgencyControlling>	<PreviousSeries></PreviousSeries>	<RelatedSeries>Populated by CRS</RelatedSeries>	<VisibilityAvailabilityIndicators>Populated by CRS</VisibilityAvailabilityIndicators>	<RegistrationDate>Populated by CRS</RegistrationDate>  </CRS></xsl:template></xsl:stylesheet>