Your IP : 3.136.155.246
<?xml version="1.0" encoding="UTF-8" ?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:mgr="http://ispsystem.com/xslplugin" exclude-result-prefixes="mgr"><xsl:import href="extfunc.xsl"/><xsl:output method="xml" encoding="UTF-8" indent="no" omit-xml-declaration="yes"/><xsl:strip-space elements="*"/><xsl:key name="msg" match="/doc/messages/msg" use="@name"/><xsl:template match="/" priority="100"><!-- jsonp suppport header --><xsl:if test="/doc/tparams/callback"><xsl:value-of select="/doc/tparams/callback"/>(</xsl:if>{"timeout": "<xsl:value-of select="/doc/timeout"/>","items": [<xsl:apply-templates select="/doc/notify/item[not(@title) and not(@sound) and not(@balance) and @img]"/>],"title": "<xsl:value-of select="mgr:fixquote(/doc/notify/item[@title='yes']/msg)"/>","sound": "<xsl:value-of select="mgr:fixquote(/doc/notify/item[@sound='yes']/src)"/>","balance": "<xsl:value-of select="mgr:fixquote(/doc/notify/item[@balance='yes']/value)"/>"}<!-- jsonp support footer --><xsl:if test="/doc/tparams/callback">);</xsl:if></xsl:template><xsl:template match="item">{"name" : "<xsl:value-of select="@name"/>","type" : "<xsl:value-of select="@type"/>","action" : "<xsl:value-of select="@action"/>","img" : "<xsl:value-of select="@img"/>","hint" : "<xsl:value-of select="mgr:fixquote(key('msg', concat('hint_', current()/@name)))"/>","value" : "<xsl:value-of select="mgr:fixquote(msg)"/>"<xsl:if test="@type = 'bannerlist'">,"bitems": [<xsl:for-each select="./bitem">{"isNew": <xsl:choose><xsl:when test="@new">true</xsl:when><xsl:otherwise>false</xsl:otherwise></xsl:choose>,"msg": "<xsl:value-of select="mgr:fixquote(./msg)"/>","id": "<xsl:value-of select="mgr:fixquote(@id)"/>","status": "<xsl:value-of select="@status"/>"}<xsl:if test="position() != last()">,</xsl:if></xsl:for-each>]</xsl:if>}<xsl:if test="position() != last()">,</xsl:if></xsl:template></xsl:stylesheet>