ID: 234537 --
Error x012; Loading XML XSLXMLProcessing.GenerateXMLXSLResultFromSQL: -- 83
SourceDataType:SQL
Check Log file, All following variables will not be executed due to this error
Error x013; Please check LOG
ID: 233793 --
ID: 232969 --
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.comCV <br/>
<br/>
<br/>234528 <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:if test="GDBID = '230632'">
<div class="hidden-md-down">
<div class="page-nav" id="page_nav">
<nav class="section-nav">
<div class="scrollnav">
<ul>
<li style="top: 120px"><a class="tooltipped" href="#feature" data-position="left" data-tooltip="feature"></a></li>
<li style="top: 90px"><a class="tooltipped" href="#integration" data-position="left" data-tooltip="integration"></a></li>
<li style="top: 60px"><a class="tooltipped" href="#testimonials" data-position="left" data-tooltip="testimonials"></a></li>
<li style="top: 30px"><a class="tooltipped" href="#blog" data-position="left" data-tooltip="blog"></a></li>
</ul>
</div>
</nav>
<div class="scrollnav"><a class="btn-floating btn-large primary tooltipped waves-effect waves-light" href="#home" data-position="left" data-tooltip="To Top">
<div class="icon material-icons">arrow_upward</div>
</a></div>
</div>
</div>
</xsl:if>
</xsl:template>
</xsl:stylesheet>