<?xml version="1.0" encoding="ISO-8859-1"?><!-- Creator: Sergio Viademonte --><!-- Translator from RKMS into AGLS --><!--The input file in Xalan processor for this XSLT is the Rkms_policyDocument.xml --><!-- Date created: 22 October 2004 --><!-- Date modified: 28 January 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="/"><AGLS record="PolicyDocument">	<xsl:comment>Translation from RKMS into AGLS</xsl:comment>	<xsl:comment>This file was automatic generated through Rkms2Agls.xsl</xsl:comment>	<xsl:for-each select="RKMS/Agent">		<xsl:if test="AgentType='Document Author'">		    <Creator>			 <xsl:value-of select="CorporateName"></xsl:value-of>		   </Creator>		</xsl:if> 		<xsl:if test="AgentType='Publisher'">		   <Publisher>				<xsl:value-of select="CorporateName"></xsl:value-of>		   </Publisher>		   <Availability>			  <xsl:value-of select="CorporateName"></xsl:value-of>				<xsl:text>, </xsl:text>				<xsl:value-of select="ContactDetails"></xsl:value-of>				<xsl:text>, </xsl:text>										<xsl:value-of select="Email"></xsl:value-of>			</Availability>		</xsl:if>	</xsl:for-each>   			<xsl:for-each select="RKMS/Title"> 					<Title>				<xsl:value-of select="TitleWords"></xsl:value-of>			</Title>			</xsl:for-each>			<xsl:for-each select="RKMS/Function"> 					<Function>				<xsl:value-of select="FunctionDescriptor"></xsl:value-of>			</Function>			</xsl:for-each>	<xsl:for-each select="RKMS/Type">			<Type>			   <xsl:value-of select="."/>			</Type>	</xsl:for-each>		<xsl:for-each select="RKMS/Coverage"> 					<Audience>				<xsl:value-of select="Jurisdiction"></xsl:value-of>			</Audience>			</xsl:for-each>	<xsl:for-each select="RKMS/Language"> 					<Language>				<xsl:value-of select="."></xsl:value-of>			</Language>			</xsl:for-each>	<xsl:for-each select="RKMS/RightsManagement">			<Rights>				<xsl:value-of select="UsageConditions"></xsl:value-of>			</Rights>	</xsl:for-each>				  </AGLS></xsl:template></xsl:stylesheet>