xslt debugger
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 56
PHP Debugger DBG 2.15.5
DBG is a fully featured native php debugger. Makes it easier to find problems or bugs in PHP scripts. DBG has an ability to back-trace errors, can show local variables and parameters passed to all nested function calls at any point of execution. Besides more>> DBG is a fully featured native php debugger. Makes it easier to find problems or bugs in PHP scripts. DBG has an ability to back-trace errors, can show local variables and parameters passed to all nested function calls at any point of execution. Besides other things, DBG allows to execute script step-by-step, set breakpoints, including conditional and ones, evaluate expressions, watch variables, perform profiling etc.<<less
Added: 2001-03-30 License: PHP Price: $0.00USD
10 downloads
Gubed PHP Debugger 0.2.0
Gubed is a cross platform program to debug PHP scripts. It supports stepping through code, watching contents of variables and using breakpoints (line and conditional). more>> Gubed is a cross platform program to debug PHP scripts. It supports stepping through code, watching contents of variables and using breakpoints (line and conditional).<<less
Added: 2004-09-29 License: GPL Price: $0.00USD
12 downloads
ASP.NET Code Debugging 1
This tutorial explains what types of mistakes you can make in ASP.NET applications and how to correct them. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly more>> This tutorial explains what types of mistakes you can make in ASP.NET applications and how to correct them. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly suited for this task. Together with Tracing and Exception Handling youre armed and ready.<<less
Added: 2008-08-26 License: Freeware Price: $0.00USD
13 downloads
xmlSiteMaker 0.1
This application for offline generation. From xml documents by xslt transformation more>> This application for offline generation. From xml documents by xslt transformation<<less
Added: 2005-04-28 License: BSD Price: $0.00USD
14 downloads
Other version of xmlSiteMaker
License:BSD Style
odf-xslt 0.4
The ODF-XSLT Document Generator is a library written in PHP 5 that brings the full power of XSLT to your OpenDocument files. It enables you to use ODF files as if they were plain XSLT templates. It supports multiple document types (text, spreadsheet, more>> The ODF-XSLT Document Generator is a library written in PHP 5 that brings the full power of XSLT to your OpenDocument files. It enables you to use ODF files as if they were plain XSLT templates. It supports multiple document types (text, spreadsheet, etcetera), has full XSLT support and it allows templates to be edited from within your favourite office suite, such as OpenOffice.org or KOffice 2. ODF-XSLT comes with a commandline tool for quick conversions.<<less
Added: 2008-01-13 License: GPL Price: $0.00USD
11 downloads
XsltCMS 0.94
XsltCMS is a Content Management System for websites, using XSLT on server as template engine, in PHP. A CMS... - Any kind of (texual) documents of quite any size - Easy inclusion of images & flash documents (TinyMCE) - Users, roles and rights more>> XsltCMS is a Content Management System for websites, using XSLT on server as template engine, in PHP. A CMS... - Any kind of (texual) documents of quite any size - Easy inclusion of images & flash documents (TinyMCE) - Users, roles and rights management - Multi-language administration interface - Automatic backups - Full featured page templates (XSL) ...LIGHT... - No need for database, based on XML - Use (nearly ubiquitous) PHP, with no special PHP configuration needed - Flawless copy server-to-server - Fast ...and EASY - General configuration with one simple file - XSLT is standard, fully documented, no strange inconsistant language - Modular source-code - Source-code is open (GPL2), documented (inside and in the documentation page ), and is kept simple<<less
Added: 2007-09-19 License: GPL Price: $0.00USD
13 downloads
MySQLHandler 2.0
MySQLHandler is a complete wrapper for MySQL. It implements all functions available and can be easily customized for your preference. MySQLHandler is designed to aid you when writing queries in your code and you dont need to write those connection more>> MySQLHandler is a complete wrapper for MySQL. It implements all functions available and can be easily customized for your preference. MySQLHandler is designed to aid you when writing queries in your code and you dont need to write those connection statements. When using a SELECT query, the rows can be returned in 3 different formats 1. Standard ResultSet 2. 2-dimensional array 3. XML Using the XML return method is very usable if you wish to export the results from a query to another application. Using XSLT and CSS you can also present it as a pretty HTML page.<<less
Added: 2003-01-27 License: Free Non-Commercial Price: $0.00USD
14 downloads
Other version of MySQLHandler
License:LGPL
Client Side Script Debugging in ASP.NET 1
Tutorial explains how to use Client Side Debugger, to simplify the debugging process of javascript code in ASP.NET web application. Every one of us is well aware of problems posed when debugging client side script code. This article talks about more>> Tutorial explains how to use Client Side Debugger, to simplify the debugging process of javascript code in ASP.NET web application. Every one of us is well aware of problems posed when debugging client side script code. This article talks about various new techniques and troubleshooting tips that help debug client side script code efficiently in Visual studio 2005.<<less
Added: 2007-10-12 License: Freeware Price: $0.00USD
10 downloads
mod-xslt2
mod-xslt2 is a server side module able to apply stylesheets to xml data on the fly. more>>
mod-xslt2 is a unique and fun method of helping you to apply stylesheets to xml data on the fly. mod-xslt2 as it is today is almost a complete rewrite of the original mod-xslt2 written by Philipp Dunkel, with many new features added and a complete code clean up. mod-xslt2 is able to: parse dynamically generated xml provided by cgi scripts or server side languages, like perl or php.
Use a full featured language based on PIs to choose which stylesheet to use, language that can make use of headers provided by the client, GET parameters and regular expressions parse external DTDs and use the defaults therein provided fetch stylesheets or external entities from other dynamic pages, http or ftp urls without creating the potential of deadlocks and avoiding most of the dangerous conditions set the mime type of the transformation result as told by the xslt.
You can let the xslt access GET parameters or modify the headers returned back to the browser provide a set of standard compliant functions allowing you to keep your xslt or xml files compatible with any xslt processor, even when using mod-xslt2 enhanced features.
Added: 2007-04-19 License: GPL - GNU Public License Price: GPLGNUPublicLicense
10 downloads
xMDB viewer 0.3
xMDB is an open source browser based movie collection viewer. It lets you browse your collection of movies DVD, CD (VideoCD, DivX,...) in a web browser. I wrote xMDB to demonstrate the power of client-side XML/XSLT processing. more>> xMDB is an open source browser based movie collection viewer. It lets you browse your collection of movies DVD, CD (VideoCD, DivX,...) in a web browser. I wrote xMDB to demonstrate the power of client-side XML/XSLT processing.<<less
Added: 2007-07-13 License: GPL Price: $0.00USD
11 downloads
php_libxslt 0.3.0
A small and simple C extension for PHP providing an alternative to the default PHP XSLT extension. Uses GNOME libxslt for transformation, and provides only one simple function call. XSL Parameter support was added in version 0.3.0 more>> A small and simple C extension for PHP providing an alternative to the default PHP XSLT extension. Uses GNOME libxslt for transformation, and provides only one simple function call. XSL Parameter support was added in version 0.3.0<<less
Added: 2003-05-21 License: GPL Price: $0.00USD
13 downloads
Other version of php_libxslt
License:GPL
PHP mySQL Database Wrapper 1.0.5 1.0.5
This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql_query() function with the main more>> This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method - shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods - shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method - method that is an alias of the PHPs native mysql_real_escape_string( ) function with the main difference being that this one will check if magic_quotes are on or not and escape (or not) accordingly - the escape_string() method check homepage for more...<<less
Added: 2006-07-24 License: Other Price: $0.00USD
15 downloads
Other version of PHP mySQL Database Wrapper
Price: FreeAdditionalInfohttpcreativecommons.orglicensesbyncnd2.5
License:Free for non-commercial use
License:Free for non-commercial use
Xalan Process
Xalan Process provides users with a PHP interface which is designed to process XML documents with XSLT by using the Xalan Java package of Apache Software Foundation. more>>
Xalan Process provides users with a PHP interface which is designed to process XML documents with XSLT by using the Xalan Java package of Apache Software Foundation. This product will be an excellent choice for everyone.
<<less Added: 2009-07-24 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
tsWebEditor 20060920
tsWebEditor is a text editor for HTML, PHP, Perl, JavaScript, CSS and many other languages. It displays the source code colored (syntax highlight), code hint for functions, code completion (PHP, JavaScript, ASP, HTML), code browser, PHP debugger and more>> tsWebEditor is a text editor for HTML, PHP, Perl, JavaScript, CSS and many other languages. It displays the source code colored (syntax highlight), code hint for functions, code completion (PHP, JavaScript, ASP, HTML), code browser, PHP debugger and syntax validation, help, CSS wizard, HTML tag editor, HTML syntax validation, and an easy to use SQL Designer. + Syntax Highlight + Code Completion + Function Hints + Code Browser + PHP Debugger + Unicode + FTP Edit + Syntax Check + Included Help Documentation + Code Templates + Search & Replace + External Programs + Line Break, Bookmarks, Column and Row Selection + Wizards + SQL Designer for PostgreSQL and MySQL + and more<<less
Added: 2001-09-10 License: Other Price: $0.00USD
255 downloads
Simple but effective - PHP helpers
What is the biggest time saver for a programmer? Good specs definitely help. A well-architected framework doesnt hurt either. Add your favorite here: a competent debugger? Extreme Programing? Whatever more>> What is the biggest time saver for a programmer? Good specs definitely help. A well-architected framework doesnt hurt either. Add your favorite here: a competent debugger? Extreme Programing? Whatever. At the end of the day, the largest gain comes from writing less code for the same task...<<less
Added: 2006-12-01 License: Other Free / Open Source License Price: Free
1058 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above xslt debugger search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed