- .NET Core(59)
- Active Directory(1)
- Agile Development(11)
- Algorithms(18)
- Android(17)
- AngularJS(34)
- Artificial Intelligence(11)
- ASP Core(28)
- ASP.NET(10)
- Aspect-Oriented(2)
- Assembly(1)
- Attribute-Driven Design(1)
- Automata & Lanuages Theory(3)
- Bitcoin(2)
- Blockchain(5)
- Bot Development(3)
- Business Intelligence(2)
- C(4)
- C Sharp(53)
- Cloud Computing(2)
- Code First(2)
- Coding(23)
- Compiler Design(1)
- Computer Architecture(7)
- Computer Networks(14)
- Computer Vision(1)
- Cordova(1)
- CPP(15)
- Cross-Platform(1)
- Cryptocurrency(1)
- Css(8)
- CUDA(1)
- Dart(1)
- data(1)
- Data Mining(3)
- Data Structures(8)
- Database(12)
- Dependency Injection(4)
- Descrite Mathemathics(2)
- Design Patterns(35)
- Digital Design(5)
- Distributed Systems(7)
- Django(4)
- Docker(4)
- Domain-Driven-Design(11)
- dotNET Framework(30)
- ElasticSearch(2)
- Ember.js(1)
- English Learning(11)
- Entity Framework(5)
- Entity Framework Core(13)
- Erlang(1)
- Extreme Programming(2)
- F#(1)
- Flutter(8)
- Functional Programming(3)
- Fuzzy Logic(2)
- Game Development(7)
- GIS(2)
- GitHub Electron(1)
- Go Language(3)
- GPU Programming(1)
- Hibernate(1)
- HTML5(6)
- Hyper-V(1)
- Image Processing(4)
- Information Retrieval and Storage
- Internet of Things(3)
- IOC(2)
- Ionic(2)
- ios(4)
- iText(1)
- iTextSharp(1)
- Java(31)
- Java Script(56)
- Jquery(5)
- Jquery Ui(2)
- Kotlin(7)
- Linux(13)
- Lua(1)
- Lucene(1)
- Machine Learning(18)
- Mathematics(2)
- Matlab(1)
- MEF(1)
- Microservice(11)
- Mobile Programming(4)
- MongoDB(3)
- MVC(11)
- MVVM(3)
- MySQL(3)
- Natural Language Processing(2)
- Network Programming(6)
- Neural Networks(3)
- NodeJS(3)
- nosql(2)
- object-oriented(4)
- OpenStack(1)
- Operating Systems(4)
- Parallel Programming(2)
- Performance Optimization(2)
- PhoneGap(1)
- PHP(10)
- PowerShell(2)
- Programming Languages(3)
- Progressive web applications(2)
- Python(41)
- Qt(2)
- RabbitMQ(1)
- RavenDb(2)
- React(13)
- React Native(3)
- Reactive Prgramming(2)
- Real time Programming(1)
- Recommender Systems(1)
- Refactoring(7)
- Regular Expressions(1)
- Rust(1)
- SCRUM(6)
- Search Patterns(1)
- Security(13)
- SEO(3)
- Server Virtualization(1)
- SignalR(3)
- Silverlight(1)
- software engineering(42)
- source control(2)
- SPA(18)
- Spring Framework(3)
- SQL(14)
- SQL Server(11)
- Swift(3)
- Team Foundation(2)
- Test Driven Development(11)
- Text Editor(1)
- TypeScript(2)
- UML(2)
- Unity(2)
- Unity Game Engine(4)
- UX(1)
- Version Control(4)
- Video(40)
- VMware(1)
- Vue.js(1)
- WEB API(10)
- Web Optimization(3)
- WebAssembly(2)
- Windows(7)
- WinRT(1)
- WPF(6)
- Xamarin(4)
- XAML(1)





















































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>
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>