Your IP : 3.133.113.8


Current Path : /usr/local/mgr5/skins/orion/
Upload File :
Current File : //usr/local/mgr5/skins/orion/savedmessage.xsl

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:mgr="http://ispsystem.com/xslplugin" xmlns:xdsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="mgr">
  <xsl:import href="extfunc.xsl"/>
  <xsl:output method="xml" encoding="UTF-8" indent="no" omit-xml-declaration="yes"/>
  <xsl:key name="msg" match="/doc/messages/msg" use="@name"/>
  <xsl:variable name="commondir">/manimg/common/</xsl:variable>
  <xsl:template match="/doc">
    {
    "savedmessage": [<xsl:apply-templates select="/doc/elem"/>]
    }
  </xsl:template>


  <xsl:template match="elem">
    {
    "id" : "<xsl:value-of select="mgr:fixquote(id)"/>"
    ,"name" : "<xsl:value-of select="mgr:fixquote(name)"/>"
    ,"msg" : "<xsl:value-of select="mgr:fixquote(message)"/>"
    }<xsl:if test="position() != last()">,</xsl:if>
  </xsl:template>

</xsl:stylesheet>