<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="UTF-8"/>
	<xsl:template match="/">
		<call_info>
<!--			<callerid_num>
				<xsl:value-of select="substring(elements/numadd,1,12)"/>
			</callerid_num>-->
			<callerid_name>
				<xsl:value-of select="elements/Name"/>
			</callerid_name>
		</call_info>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Dapper" userelativepaths="yes" externalpreview="no" url="http://www.dappit.com/RunDapp?dappName=RLK&amp;v=1&amp;variableArg_0=5184393731" htmlbaseurl="" outputurl="" 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="http://www.switchvox.com/xml/call_info.dtd" destSchemaRoot="call_info" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="http://www.dappit.com/RunDapp?dappName=RLK&amp;v=1&amp;variableArg_0=5184393731" srcSchemaRoot="elements" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="call_info/callerid_num/xsl:value&#x2D;of" x="124" y="36"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->