ID: 231446 --
Error x012; Loading XML XSLXMLProcessing.GenerateXMLXSLResultFromSQL:93
Error x012;XSLXMLProcessing .(Load Xsl) error Message:The variable or parameter 'gisLocal' is either not defined or it is out of scope., Source:System.Xml
XSLContent:<?xml version="1.0" encoding="UTF-16"?>
<xsl:stylesheet
version="1.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:fn="http://www.w3.org/2005/xpath-functions"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:math="http://exslt.org/math"
xmlns:commonfn="http://exslt.org/commonfn"
xmlns:xlink="http://xlink/"
exclude-result-prefixes="atom math msxsl commonfn xs fn xlink"
extension-element-prefixes="math msxsl">
<xsl:import href="http://cdn.cscoitcdn.com/General/Adminv4.7.5/RTL/GlobalFunctionsv2.xsl" ></xsl:import>
<xsl:output method="html" encoding="UTF-16" indent="yes" omit-xml-declaration="yes" version="4.0"></xsl:output>
<xsl:param name="AllowEditMode"></xsl:param>
<xsl:decimal-format name="euro" decimal-separator="." grouping-separator=","></xsl:decimal-format>
<xsl:template name="string-replace-all">
<xsl:param name="text" />
<xsl:param name="replace" />
<xsl:param name="by" />
<xsl:choose>
<xsl:when test="contains($text, $replace)">
<xsl:value-of select="substring-before($text,$replace)" />
<xsl:value-of select="$by" />
<xsl:call-template name="string-replace-all">
<xsl:with-param name="text"
select="substring-after($text,$replace)" />
<xsl:with-param name="replace" select="$replace" />
<xsl:with-param name="by" select="$by" />
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$text" />
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="Empty">
<xsl:if test="$gisLocal='True' or $gisLocal='yes'">
<div class="alert alert-danger alert-nobottom alert-dismissable " style="direction:ltr;max-width:800px;float:left;">
<!--XMLReturnIfEmptySQLExecution-->
<button class="close" aria-hidden="true" type="button" data-dismiss="alert" onclick="$(this).parent().remove();"></button>
at NameSpace:<xsl:value-of select="$NameSpace"/><br/>
DBNameSpace = <xsl:value-of select="$DBNameSpace"/> <br/>
ModuleKey = <xsl:value-of select="$ModuleKey"/> <br/>
iLanguage = <xsl:value-of select="@iLanguage"/> <br/>
gPageID = <xsl:value-of select="$gPageID"/> <br/>
gTemplateID = <xsl:value-of select="@TemplateID"/> <br/>
gisLocal = <xsl:value-of select="$gisLocal"/> <br/>
gPageVariableName = <xsl:value-of select="$gPageVariableName"/> <br/>
this.VariableName = Arabthon.comEntrepreneursLogin5 <br/>
<br/>
<br/>236246 <br/>
There is an error in retriving data, no data.
<br/>
<br/>
<pre lang="xml" style="height: auto;max-height: 200px;resize: both;overflow: auto; background-color: #eeeeee;word-break: normal !important;word-wrap: normal !important;white-space: pre !important;"><xsl:value-of select="."/></pre>
</div>
</xsl:if>
</xsl:template>
<xsl:template match="Tree">
<xsl:apply-templates select="Settings" mode="items"/>
</xsl:template>
<xsl:template match="Settings" mode="items">
<span img="{ValueAR}"></span>
</xsl:template>
</xsl:stylesheet>