<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
	<xsl:template match="notification">
mySubscriberId=<xsl:value-of select="MySubscriberId" /><![CDATA[&]]>subscriberId=SUBSCRIBER_ID<![CDATA[&]]>notifyXmlStr=<notification><DeviceAddress>DEVICE_ADDRESS</DeviceAddress><SubscriberId>SUBSCRIBER_ID</SubscriberId><Latitude><xsl:value-of select="Latitude" /></Latitude><Longitude><xsl:value-of select="Longitude" /></Longitude><Range><xsl:value-of select="Range" /></Range><Time><xsl:value-of select="Time" /></Time></notification>
	</xsl:template>
	
</xsl:stylesheet>
