ID: 235209 -- ماراثون الأفكار العربيّة - مكتبة الماراثون الرقمية
loading
screen
Using Configuration and Options in .NET Core and ASP.NET Core Apps
screen
Building ASP.NET Core Hosted Services and .NET Core Worker Services
screen
Modern Software Architecture: Domain Models| CQRS| and Event Sourcing
ID: 231611 --

"هدفي الأول أن تكون بلادنا نموذجا ناجحاً ورائداً في العالم على كافة الأصعدة، وسأعمل معكم على تحقيق ذلك"
القائد / محمد بن سلمان

ID: 235369 --
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.comBooksItem <br/> <br/> <br/>235209 <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"><!-- ////235209.BookItem Start /////235209.BookItem END --> <xsl:if test="$AllowEditMode='True'"><xsl:call-template name="EditMode"/></xsl:if><!--and Bool01='1'--> <div id="{UniqueBlockID}"> <ul class="show-sm-down collapsible"> <xsl:apply-templates select="Data/children" mode="collabse" /> </ul> <div class="row show-md-up justify-content-around"> <xsl:apply-templates select="Data/children" mode="site"/> </div> </div> </xsl:template> <xsl:template match="children" mode="collabse"> <li class="accordion-content"> <div class="collapsible-header"> <h6 class="title"><xsl:value-of select="RecordTitleAR"/></h6><i class="material-icons right arrow">expand_more</i> </div> <div class="collapsible-body"> <ul> <xsl:apply-templates select="children" mode="Link" /> </ul> </div> </li> </xsl:template> <xsl:template match="children" mode="site" > <div class="col xpa-4"> <h6 class="title mb-4"><xsl:value-of select="RecordTitleAR"/></h6> <ul> <xsl:apply-templates select="children" mode="Link" /> </ul> </div> </xsl:template> <xsl:template match="children" mode="Link" > <li > <xsl:element name="a"> <xsl:attribute name="href"> <xsl:choose> <xsl:when test="RecordURL != '' "><xsl:value-of select="RecordURL"/></xsl:when> <xsl:otherwise></xsl:otherwise> </xsl:choose> </xsl:attribute> <xsl:value-of select="RecordTitleAR"/> </xsl:element> </li> </xsl:template> </xsl:stylesheet>

ماراثون الأفكار العربيّة  © 2025  -  جميع الحقوق محفوظة, نسخة:1.1.1 - #0

ماراثون الأفكار العربيّة  © 2025  -  جميع الحقوق محفوظة, نسخة:1.1.1 - #0

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.comBooksItem <br/> <br/> <br/>235209 <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>